diff options
author | Roger Quadros | 2014-04-01 12:37:27 +0200 |
---|---|---|
committer | Tony Lindgren | 2014-04-19 00:53:21 +0200 |
commit | ada76576404330413eaeb864a265ad250af48d8f (patch) | |
tree | c539fc46295e10a7e13c2534eed3fcee5edc1d2c | |
parent | Linux 3.15-rc1 (diff) | |
download | kernel-qcow2-linux-ada76576404330413eaeb864a265ad250af48d8f.tar.gz kernel-qcow2-linux-ada76576404330413eaeb864a265ad250af48d8f.tar.xz kernel-qcow2-linux-ada76576404330413eaeb864a265ad250af48d8f.zip |
ARM: dts: omap5: Add clocks to USB3 PHY node
The USB3 PHY driver (ti-pipe3) was updated so that the relevant
clock phandles are expected in the DT node.
Provide the necessary clocks.
Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 6f3de22fb266..4db56f3569a4 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -813,6 +813,12 @@ <0x4a084c00 0x40>; reg-names = "phy_rx", "phy_tx", "pll_ctrl"; ctrl-module = <&omap_control_usb3phy>; + clocks = <&usb_phy_cm_clk32k>, + <&sys_clkin>, + <&usb_otg_ss_refclk960m>; + clock-names = "wkupclk", + "sysclk", + "refclk"; #phy-cells = <0>; }; }; |