Skip to content

Commit

Permalink
ARM: dts: exynos3250: Add CMU node for DMC domain clocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Tomasz Figa committed Sep 22, 2014
1 parent e3c3f19 commit d0e73ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/exynos3250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
#clock-cells = <1>;
};

cmu_dmc: clock-controller@105C0000 {
compatible = "samsung,exynos3250-cmu-dmc";
reg = <0x105C0000 0x2000>;
#clock-cells = <1>;
};

rtc: rtc@10070000 {
compatible = "samsung,s3c6410-rtc";
reg = <0x10070000 0x100>;
Expand Down

0 comments on commit d0e73ea

Please sign in to comment.