aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-09-23 21:46:11 +0100
committerPeter Griffin <peter.griffin@linaro.org>2014-09-23 21:46:11 +0100
commitd1e94ecb6a9e9cb430a2c199b967fd8b0896cc14 (patch)
tree93b096316b01d47a6c93a82387fdd0e87ffcf4e0
parentef96de9c103dc64df2cf6f9bf1295ae8d928752b (diff)
ohci-st: fixup dt docsv3.16-ehci-ohci-v6
-rw-r--r--Documentation/devicetree/bindings/usb/ohci-st.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/usb/ohci-st.txt b/Documentation/devicetree/bindings/usb/ohci-st.txt
index 6d8393748da2..29f7783569cb 100644
--- a/Documentation/devicetree/bindings/usb/ohci-st.txt
+++ b/Documentation/devicetree/bindings/usb/ohci-st.txt
@@ -7,7 +7,7 @@ Required properties:
region
- interrupts : one OHCI controller interrupt should be described here
- clocks : phandle list of usb clocks
- - clock-names : should be "ic" for interconnect clock and "clk48"
+ - clock-names : should be "ic" and "clk48"
See: Documentation/devicetree/bindings/clock/clock-bindings.txt
- phys : phandle for the PHY device
@@ -29,7 +29,6 @@ Example:
clock-names = "ic", "clk48";
phys = <&usb2_phy>;
phy-names = "usb";
- status = "okay";
resets = <&powerdown STIH416_USB0_POWERDOWN>,
<&softreset STIH416_USB0_SOFTRESET>;