hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/phy/ti-phy.txt
....@@ -27,42 +27,6 @@
2727 reg-names = "otghs_control";
2828 };
2929
30
-OMAP USB2 PHY
31
-
32
-Required properties:
33
- - compatible: Should be "ti,omap-usb2"
34
- Should be "ti,dra7x-usb2" for the 1st instance of USB2 PHY on
35
- DRA7x
36
- Should be "ti,dra7x-usb2-phy2" for the 2nd instance of USB2 PHY
37
- in DRA7x
38
- - reg : Address and length of the register set for the device.
39
- - #phy-cells: determine the number of cells that should be given in the
40
- phandle while referencing this phy.
41
- - clocks: a list of phandles and clock-specifier pairs, one for each entry in
42
- clock-names.
43
- - clock-names: should include:
44
- * "wkupclk" - wakeup clock.
45
- * "refclk" - reference clock (optional).
46
-
47
-Deprecated properties:
48
- - ctrl-module : phandle of the control module used by PHY driver to power on
49
- the PHY.
50
-
51
-Recommended properies:
52
-- syscon-phy-power : phandle/offset pair. Phandle to the system control
53
- module and the register offset to power on/off the PHY.
54
-
55
-This is usually a subnode of ocp2scp to which it is connected.
56
-
57
-usb2phy@4a0ad080 {
58
- compatible = "ti,omap-usb2";
59
- reg = <0x4a0ad080 0x58>;
60
- ctrl-module = <&omap_control_usb>;
61
- #phy-cells = <0>;
62
- clocks = <&usb_phy_cm_clk32k>, <&usb_otg_ss_refclk960m>;
63
- clock-names = "wkupclk", "refclk";
64
-};
65
-
6630 TI PIPE3 PHY
6731
6832 Required properties: