diff options
-rw-r--r-- | Documentation/devicetree/bindings/phy/ti-phy.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/ti-phy.txt b/Documentation/devicetree/bindings/phy/ti-phy.txt index 5dd8544e6a34..3fbdd2995b9a 100644 --- a/Documentation/devicetree/bindings/phy/ti-phy.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt | |||
@@ -55,6 +55,12 @@ Required properties: | |||
55 | filled in "reg". | 55 | filled in "reg". |
56 | - #phy-cells: determine the number of cells that should be given in the | 56 | - #phy-cells: determine the number of cells that should be given in the |
57 | phandle while referencing this phy. | 57 | phandle while referencing this phy. |
58 | - clocks: a list of phandles and clock-specifier pairs, one for each entry in | ||
59 | clock-names. | ||
60 | - clock-names: should include: | ||
61 | * "wkupclk" - wakeup clock. | ||
62 | * "sysclk" - system clock. | ||
63 | * "refclk" - reference clock. | ||
58 | 64 | ||
59 | Optional properties: | 65 | Optional properties: |
60 | - ctrl-module : phandle of the control module used by PHY driver to power on | 66 | - ctrl-module : phandle of the control module used by PHY driver to power on |
@@ -70,4 +76,10 @@ usb3phy@4a084400 { | |||
70 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; | 76 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; |
71 | ctrl-module = <&omap_control_usb>; | 77 | ctrl-module = <&omap_control_usb>; |
72 | #phy-cells = <0>; | 78 | #phy-cells = <0>; |
79 | clocks = <&usb_phy_cm_clk32k>, | ||
80 | <&sys_clkin>, | ||
81 | <&usb_otg_ss_refclk960m>; | ||
82 | clock-names = "wkupclk", | ||
83 | "sysclk", | ||
84 | "refclk"; | ||
73 | }; | 85 | }; |