aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2014-09-02 09:21:16 -0400
committerTomasz Figa <tomasz.figa@gmail.com>2014-09-22 08:28:53 -0400
commitd0e73eaf1925053cbf33fb002382aee72accd044 (patch)
treee7f3f1d56061501b867a0e0ea969788071f21541
parente3c3f19bc6185e0a24454e7b439e11635e6db960 (diff)
ARM: dts: exynos3250: Add CMU node for DMC domain clocks
Add CMU (Clock Management Unit) node for DMC (Dynamic Memory Controller) domain clocks on Exynos3250. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 1d52de6370d5..72bf1b573788 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -163,6 +163,12 @@
163 #clock-cells = <1>; 163 #clock-cells = <1>;
164 }; 164 };
165 165
166 cmu_dmc: clock-controller@105C0000 {
167 compatible = "samsung,exynos3250-cmu-dmc";
168 reg = <0x105C0000 0x2000>;
169 #clock-cells = <1>;
170 };
171
166 rtc: rtc@10070000 { 172 rtc: rtc@10070000 {
167 compatible = "samsung,s3c6410-rtc"; 173 compatible = "samsung,s3c6410-rtc";
168 reg = <0x10070000 0x100>; 174 reg = <0x10070000 0x100>;