diff options
author | Roger Quadros <rogerq@ti.com> | 2014-03-06 09:38:38 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-03-06 10:56:58 -0500 |
commit | d95faaec4763b94c9eedac9a1f933753015651ed (patch) | |
tree | cef3356e1463cce9a185ee39356a281f91344e0f /Documentation/devicetree/bindings/phy | |
parent | ac8dde11f2b397fe2282f585d5eb427a13675ea2 (diff) |
phy: omap-control: Update DT binding information
Move omap-control binding information to the right location.
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/ti-phy.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/ti-phy.txt b/Documentation/devicetree/bindings/phy/ti-phy.txt index 207e14cc650c..41dc132e7828 100644 --- a/Documentation/devicetree/bindings/phy/ti-phy.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt | |||
@@ -1,5 +1,30 @@ | |||
1 | TI PHY: DT DOCUMENTATION FOR PHYs in TI PLATFORMs | 1 | TI PHY: DT DOCUMENTATION FOR PHYs in TI PLATFORMs |
2 | 2 | ||
3 | OMAP CONTROL PHY | ||
4 | |||
5 | Required properties: | ||
6 | - compatible: Should be one of | ||
7 | "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4. | ||
8 | "ti,control-phy-usb2" - if it has Power down bit in control_dev_conf register | ||
9 | e.g. USB2_PHY on OMAP5. | ||
10 | "ti,control-phy-pipe3" - if it has DPLL and individual Rx & Tx power control | ||
11 | e.g. USB3 PHY and SATA PHY on OMAP5. | ||
12 | "ti,control-phy-dra7usb2" - if it has power down register like USB2 PHY on | ||
13 | DRA7 platform. | ||
14 | "ti,control-phy-am437usb2" - if it has power down register like USB2 PHY on | ||
15 | AM437 platform. | ||
16 | - reg : Address and length of the register set for the device. It contains | ||
17 | the address of "otghs_control" for control-phy-otghs or "power" register | ||
18 | for other types. | ||
19 | - reg-names: should be "otghs_control" control-phy-otghs and "power" for | ||
20 | other types. | ||
21 | |||
22 | omap_control_usb: omap-control-usb@4a002300 { | ||
23 | compatible = "ti,control-phy-otghs"; | ||
24 | reg = <0x4a00233c 0x4>; | ||
25 | reg-names = "otghs_control"; | ||
26 | }; | ||
27 | |||
3 | OMAP USB2 PHY | 28 | OMAP USB2 PHY |
4 | 29 | ||
5 | Required properties: | 30 | Required properties: |