File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed
Documentation/devicetree/bindings Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 1
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
28
OMAP USB2 PHY
4
29
5
30
Required properties:
Original file line number Diff line number Diff line change @@ -76,27 +76,3 @@ omap_dwc3 {
76
76
ranges;
77
77
};
78
78
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
- };
You can’t perform that action at this time.
0 commit comments