Skip to content

Commit

Permalink
ARM: dts: add usb 2.0 clock references to exynos5250 device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Anderson authored and Kukjin Kim committed Apr 8, 2013
1 parent 2b7da98 commit b3cd7d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b3cd7d8

Please sign in to comment.