From: Doug Anderson <[dianders@chromium.org]> Date: Thu, 4 Apr 2013 06:04:58 +0000 (+0900) Subject: ARM: dts: add usb 2.0 clock references to exynos5250 device tree X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b3cd7d876e1b6dbb6dfbde1eb634d078cb5ee60d;p=linux-beck.git ARM: dts: add usb 2.0 clock references to exynos5250 device tree This is a fixup to two device tree nodes that have already landed but without clock nodes since the transition to common clock happened at the same time. Signed-off-by: Doug Anderson Reviewed-by: Jingoo Han [gautam.vivek@samsung.com: tested on smdk5250] Tested-by: Vivek Gautam Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 0b130acb50ed..4415699bf55a 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -471,12 +471,18 @@ compatible = "samsung,exynos4210-ehci"; reg = <0x12110000 0x100>; interrupts = <0 71 0>; + + clocks = <&clock 285>; + clock-names = "usbhost"; }; usb@12120000 { compatible = "samsung,exynos4210-ohci"; reg = <0x12120000 0x100>; interrupts = <0 71 0>; + + clocks = <&clock 285>; + clock-names = "usbhost"; }; amba {