summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/usb-phy.txt
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2013-01-25 11:24:00 +0100
committerFelipe Balbi2013-01-25 11:27:24 +0100
commitca784be36cc725bca9b526eba342de7550329731 (patch)
tree23f0da8e88f81d73587e06a6d295260d50494eb7 /Documentation/devicetree/bindings/usb/usb-phy.txt
parentusb: phy: add a new driver for usb part of control module (diff)
downloadkernel-qcow2-linux-ca784be36cc725bca9b526eba342de7550329731.tar.gz
kernel-qcow2-linux-ca784be36cc725bca9b526eba342de7550329731.tar.xz
kernel-qcow2-linux-ca784be36cc725bca9b526eba342de7550329731.zip
usb: start using the control module driver
Start using the control module driver for powering on the PHY and for writing to the mailbox instead of writing to the control module registers on their own. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
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
Required properties:
- compatible: Should be "ti,omap-usb2"
- - reg : Address and length of the register set for the device. Also
-add the address of control module dev conf register until a driver for
-control module is added
+ - reg : Address and length of the register set for the device.
Optional properties:
- 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.
usb2phy@4a0ad080 {
compatible = "ti,omap-usb2";
- reg = <0x4a0ad080 0x58>,
- <0x4a002300 0x4>;
+ reg = <0x4a0ad080 0x58>;
ctrl-module = <&omap_control_usb>;
};