diff options
author | Doug Anderson <[dianders@chromium.org]> | 2013-04-04 02:04:58 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 12:39:15 -0400 |
commit | b3cd7d876e1b6dbb6dfbde1eb634d078cb5ee60d (patch) | |
tree | 2d3ab3327755e5d9048c208eb036f941a24d3a75 /arch/arm/boot/dts | |
parent | 2b7da98870bc3aad46b60b3e2f2cc316ee03a924 (diff) |
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 <dianders@chromium.org>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
[gautam.vivek@samsung.com: tested on smdk5250]
Tested-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
471 | compatible = "samsung,exynos4210-ehci"; | 471 | compatible = "samsung,exynos4210-ehci"; |
472 | reg = <0x12110000 0x100>; | 472 | reg = <0x12110000 0x100>; |
473 | interrupts = <0 71 0>; | 473 | interrupts = <0 71 0>; |
474 | |||
475 | clocks = <&clock 285>; | ||
476 | clock-names = "usbhost"; | ||
474 | }; | 477 | }; |
475 | 478 | ||
476 | usb@12120000 { | 479 | usb@12120000 { |
477 | compatible = "samsung,exynos4210-ohci"; | 480 | compatible = "samsung,exynos4210-ohci"; |
478 | reg = <0x12120000 0x100>; | 481 | reg = <0x12120000 0x100>; |
479 | interrupts = <0 71 0>; | 482 | interrupts = <0 71 0>; |
483 | |||
484 | clocks = <&clock 285>; | ||
485 | clock-names = "usbhost"; | ||
480 | }; | 486 | }; |
481 | 487 | ||
482 | amba { | 488 | amba { |