]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commitdiff
ARM: dts: omap5: Add clocks to USB3 PHY node
authorRoger Quadros <rogerq@ti.com>
Tue, 1 Apr 2014 10:37:27 +0000 (13:37 +0300)
committerDan Murphy <DMurphy@ti.com>
Mon, 9 Jun 2014 13:44:40 +0000 (08:44 -0500)
[ Upstream commit ada76576404330413eaeb864a265ad250af48d8f ]

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>
Signed-off-by: Dan Murphy <DMurphy@ti.com>
arch/arm/boot/dts/omap5.dtsi

index d58c6b6032fb8e5450b169a86a49dcc5ffd37ebe..7ee03ed5e95426895c036222dee966925fd7a720 100644 (file)
                                      <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>;
                        };
                };