ARM: dts: add clock provider for mshc node for Exynos4412 SOC
authorSeungwon Jeon <tgih.jun@samsung.com>
Fri, 20 Dec 2013 20:43:40 +0000 (05:43 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 20 Dec 2013 22:58:56 +0000 (07:58 +0900)
Clock lookup information is required as driver can manipulate
clock rate properly.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4412.dtsi

index e743e677a9e242250b9b1da6ace78b1c8ca114aa..8cb1469c7d7f8a9aae91b2a2f11c74574c84f34b 100644 (file)
@@ -67,5 +67,7 @@
                interrupts = <0 77 0>;
                #address-cells = <1>;
                #size-cells = <0>;
+               clocks = <&clock 301>, <&clock 149>;
+               clock-name = "biu", "ciu";
        };
 };
This page took 0.025007 seconds and 5 git commands to generate.