diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2015-09-29 18:21:19 +0900 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-09-30 11:21:11 -0500 |
commit | f5f6afa85aa82a8ee59072f2d09f2b381f24c871 (patch) | |
tree | 64a43554da83cdc34df66821f9ed28cf88330891 /Documentation/devicetree | |
parent | 9ae7ce00cc1353155b1914bfc40e8362efef7d1c (diff) | |
download | linux-stable-f5f6afa85aa82a8ee59072f2d09f2b381f24c871.tar.gz linux-stable-f5f6afa85aa82a8ee59072f2d09f2b381f24c871.tar.bz2 linux-stable-f5f6afa85aa82a8ee59072f2d09f2b381f24c871.zip |
usb: renesas_usbhs: Add support for R-Car H3
This patch adds a compatible string to support for R-Car H3.
Since the HS-USB controller of R-Car H3 is almost the same specification
with R-Car Gen2 (these have 16 pipes and usb-dmac), this patch
sets the "type" of renesas_usbhs_driver_param to USBHS_TYPE_RCAR_GEN2.
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt index 64a4ca6cf96f..7d48f63db44e 100644 --- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt +++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt @@ -5,6 +5,7 @@ Required properties: - "renesas,usbhs-r8a7790" - "renesas,usbhs-r8a7791" - "renesas,usbhs-r8a7794" + - "renesas,usbhs-r8a7795" - reg: Base address and length of the register for the USBHS - interrupts: Interrupt specifier for the USBHS - clocks: A list of phandle + clock specifier pairs |