aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/usb-phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/usb/usb-phy.txt')
-rw-r--r--Documentation/devicetree/bindings/usb/usb-phy.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-phy.txt b/Documentation/devicetree/bindings/usb/usb-phy.txt
index 4234105302db..b4b86bb831b2 100644
--- a/Documentation/devicetree/bindings/usb/usb-phy.txt
+++ b/Documentation/devicetree/bindings/usb/usb-phy.txt
@@ -4,9 +4,7 @@ OMAP USB2 PHY
4 4
5Required properties: 5Required properties:
6 - compatible: Should be "ti,omap-usb2" 6 - compatible: Should be "ti,omap-usb2"
7 - reg : Address and length of the register set for the device. Also 7 - reg : Address and length of the register set for the device.
8add the address of control module dev conf register until a driver for
9control module is added
10 8
11Optional properties: 9Optional properties:
12 - ctrl-module : phandle of the control module used by PHY driver to power on 10 - ctrl-module : phandle of the control module used by PHY driver to power on
@@ -16,7 +14,6 @@ This is usually a subnode of ocp2scp to which it is connected.
16 14
17usb2phy@4a0ad080 { 15usb2phy@4a0ad080 {
18 compatible = "ti,omap-usb2"; 16 compatible = "ti,omap-usb2";
19 reg = <0x4a0ad080 0x58>, 17 reg = <0x4a0ad080 0x58>;
20 <0x4a002300 0x4>;
21 ctrl-module = <&omap_control_usb>; 18 ctrl-module = <&omap_control_usb>;
22}; 19};