summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/usb-xhci.txt
diff options
context:
space:
mode:
authorYoshihiro Shimoda2015-11-24 12:09:52 +0100
committerGreg Kroah-Hartman2015-12-01 19:45:51 +0100
commit82487b714858d99feff600a096177675481a4935 (patch)
treeecebf5c79ae9388301c6ba4fded55cfb062cd4c7 /Documentation/devicetree/bindings/usb/usb-xhci.txt
parentusb: host: xhci-rcar: Change code for new SoCs (diff)
downloadkernel-qcow2-linux-82487b714858d99feff600a096177675481a4935.tar.gz
kernel-qcow2-linux-82487b714858d99feff600a096177675481a4935.tar.xz
kernel-qcow2-linux-82487b714858d99feff600a096177675481a4935.zip
usb: host: xhci-plat: add support for the R-Car M2-N xHCI controller
This patch adds support for R-Car M2-N (r8a7793) xHCI controller. This SoC is compatible with R-Car H2 (r8a7790) and R-Car M2-W (r8a7791). Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/usb-xhci.txt')
-rw-r--r--Documentation/devicetree/bindings/usb/usb-xhci.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt
index 86f67f0886bc..106299ad3807 100644
--- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
+++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
@@ -3,8 +3,8 @@ USB xHCI controllers
Required properties:
- compatible: should be one of "generic-xhci",
"marvell,armada-375-xhci", "marvell,armada-380-xhci",
- "renesas,xhci-r8a7790", "renesas,xhci-r8a7791" (deprecated:
- "xhci-platform").
+ "renesas,xhci-r8a7790", "renesas,xhci-r8a7791", "renesas,xhci-r8a7793"
+ (deprecated: "xhci-platform").
- reg: should contain address and length of the standard XHCI
register set for the device.
- interrupts: one XHCI interrupt should be described here.