Skip to content

Commit d95faae

Browse files
Roger QuadrosFelipe Balbi
Roger Quadros
authored and
Felipe Balbi
committed
phy: omap-control: Update DT binding information
Move omap-control binding information to the right location. Acked-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Roger Quadros <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent ac8dde1 commit d95faae

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

Documentation/devicetree/bindings/phy/ti-phy.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
TI PHY: DT DOCUMENTATION FOR PHYs in TI PLATFORMs
22

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+
328
OMAP USB2 PHY
429

530
Required properties:

Documentation/devicetree/bindings/usb/omap-usb.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,3 @@ omap_dwc3 {
7676
ranges;
7777
};
7878

79-
OMAP CONTROL USB
80-
81-
Required properties:
82-
- compatible: Should be one of
83-
"ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4.
84-
"ti,control-phy-usb2" - if it has Power down bit in control_dev_conf register
85-
e.g. USB2_PHY on OMAP5.
86-
"ti,control-phy-pipe3" - if it has DPLL and individual Rx & Tx power control
87-
e.g. USB3 PHY and SATA PHY on OMAP5.
88-
"ti,control-phy-dra7usb2" - if it has power down register like USB2 PHY on
89-
DRA7 platform.
90-
"ti,control-phy-am437usb2" - if it has power down register like USB2 PHY on
91-
AM437 platform.
92-
- reg : Address and length of the register set for the device. It contains
93-
the address of "otghs_control" for control-phy-otghs or "power" register
94-
for other types.
95-
- reg-names: should be "otghs_control" control-phy-otghs and "power" for
96-
other types.
97-
98-
omap_control_usb: omap-control-usb@4a002300 {
99-
compatible = "ti,control-phy-otghs";
100-
reg = <0x4a00233c 0x4>;
101-
reg-names = "otghs_control";
102-
};

0 commit comments

Comments
 (0)