diff options
author | Roger Quadros <rogerq@ti.com> | 2014-02-27 18:18:29 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-04 22:20:22 +0400 |
commit | 2ecf8aa1122ba3b2b2affc164af24e164383311d (patch) | |
tree | b6a3dc0ed8c3601e0e919b2a44fc3f1415852fd6 /arch/arm/boot/dts/omap4-panda-common.dtsi | |
parent | 5eb9b5e5658effc322bf83c58c0a135b0602ab47 (diff) | |
download | linux-2ecf8aa1122ba3b2b2affc164af24e164383311d.tar.xz |
ARM: OMAP2+: Remove legacy_init_ehci_clk()
The necessary clock phandle for the EHCI clock is now provided
via device tree so we no longer need this legacy method.
Update the omap4-panda and omap5-uevm board DTS to provide the
necessary EHCI PHY clock information.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-common.dtsi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index f83dd4c365c7..cbc45cfc44e9 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi @@ -83,12 +83,8 @@ compatible = "usb-nop-xceiv"; reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */ vcc-supply = <&hsusb1_power>; - /** - * FIXME: - * put the right clock phandle here when available - * clocks = <&auxclk3>; - * clock-names = "main_clk"; - */ + clocks = <&auxclk3_ck>; + clock-names = "main_clk"; clock-frequency = <19200000>; }; |