aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/rcar3.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2017-10-03 20:09:14 +0900
committerFelipe Balbi <felipe.balbi@linux.intel.com>2017-10-19 10:38:07 +0300
commit0f38672c629b79fa2b929d2c391bc063a08279eb (patch)
tree307e04ee8f4262d73579e8bb0bb0817c825c6e2d /drivers/usb/renesas_usbhs/rcar3.h
parentusb: renesas_usbhs: unify Gen2/3 pipe_config setting (diff)
downloadlinux-dev-0f38672c629b79fa2b929d2c391bc063a08279eb.tar.xz
linux-dev-0f38672c629b79fa2b929d2c391bc063a08279eb.zip
usb: renesas_usbhs: add support for R-Car D3
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>
Diffstat (limited to 'drivers/usb/renesas_usbhs/rcar3.h')
-rw-r--r--drivers/usb/renesas_usbhs/rcar3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/rcar3.h b/drivers/usb/renesas_usbhs/rcar3.h
index 5f850b23ff18..7fe98175f94f 100644
--- a/drivers/usb/renesas_usbhs/rcar3.h
+++ b/drivers/usb/renesas_usbhs/rcar3.h
@@ -1,3 +1,4 @@
#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;