[PATCH] ARM: dts: add clock provider for mshc in Exynos4412

From: Dongjin Kim
Date: Thu Jan 02 2014 - 11:28:46 EST


Add clock lookup information for mshc in Exynos4412.

Signed-off-by: Dongjin Kim <tobetter@xxxxxxxxx>
---
arch/arm/boot/dts/exynos4412.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index e743e67..67bef99 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -67,5 +67,7 @@
interrupts = <0 77 0>;
#address-cells = <1>;
#size-cells = <0>;
+ clocks = <&clock 301>, <&clock 149>;
+ clock-names = "biu", "ciu";
};
};
--
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/