From fc1b0e2aa3251c5f90bb6c70358832e4dab9abfd Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Wed, 6 Aug 2014 09:01:49 +0800 Subject: [PATCH] Documentation: dt-bindings: add dt binding info for dwc2 dr_mode Indicate that the generic dr_mode binding should be used for dwc2. Signed-off-by: Kever Yang Reviewed-by: Doug Anderson Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/usb/dwc2.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index 289967973ff5..482f815363ef 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt @@ -18,6 +18,8 @@ Optional properties: - phys: phy provider specifier - phy-names: shall be "usb2-phy" Refer to phy/phy-bindings.txt for generic phy consumer properties +- dr_mode: shall be one of "host", "peripheral" and "otg" + Refer to usb/generic.txt Example: -- 2.34.1