mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
0f38672c62
This patch adds support for R-Car D3. This SoC needs to release the PLL reset by the UGCTRL register. So, since this is not the same as other R-Car Gen3 SoCs, this patch adds a new type as "USBHS_TYPE_RCAR_GEN3_WITH_PLL". Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
5 lines
168 B
C
5 lines
168 B
C
#include "common.h"
|
|
|
|
extern const struct renesas_usbhs_platform_callback usbhs_rcar3_ops;
|
|
extern const struct renesas_usbhs_platform_callback usbhs_rcar3_with_pll_ops;
|