diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-10-23 22:31:56 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-23 23:30:28 +0300 |
commit | 736c16d37fad9f9c6851e4fdbecf8475b0757c43 (patch) | |
tree | ffdd0479d05513b3cbc258e7ab7e0f6c72f7a823 /Documentation/devicetree | |
parent | aef9ee29faec85623529edd62ac362686da55071 (diff) | |
download | linux-736c16d37fad9f9c6851e4fdbecf8475b0757c43.tar.xz |
doc: DTS: Update DWC3 binding to provide reference to generic bindings
Since the Synopsys DWC3 controller driver inherits the generic bindings
defined in 'usb/generic.txt', this patch tries to capture the same in
the DWC3 binging documentation to avoid any confusion in usage of properties
like 'dr_mode' for certain SoCs like FSL LS2080A.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc3.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 0815eac5b185..9f64f69d153a 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -1,6 +1,7 @@ synopsys DWC3 CORE -DWC3- USB3 CONTROLLER +DWC3- USB3 CONTROLLER. Complies to the generic USB binding properties + as described in 'usb/generic.txt' Required properties: - compatible: must be "snps,dwc3" |