[PATCH 2/3] ARM: dts: exynos3250: Add CMU node for DMC domain clocks
Krzysztof Kozlowski
k.kozlowski at samsung.com
Mon Sep 1 08:26:01 PDT 2014
Add CMU (Clock Management Unit) node for DMC (Dynamic Memory Controller)
domain clocks on Exynos3250.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski at samsung.com>
---
arch/arm/boot/dts/exynos3250.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 429a6c6cfcf9..8c3a9cc0a4d1 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -163,6 +163,12 @@
#clock-cells = <1>;
};
+ cmu_dmc: clock-controller at 105C0000 {
+ compatible = "samsung,exynos3250-cmu-dmc";
+ reg = <0x105C0000 0x2000>;
+ #clock-cells = <1>;
+ };
+
rtc: rtc at 10070000 {
compatible = "samsung,exynos3250-rtc";
reg = <0x10070000 0x100>;
--
1.9.1
More information about the linux-arm-kernel
mailing list