]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: Add PMU dt node for exynos5433
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 26 Mar 2015 17:13:42 +0000 (02:13 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 26 Mar 2015 17:13:42 +0000 (02:13 +0900)
This patch adds PMU (Power Management Unit) dt node for Exynos5433
SoC and set the source clock for CLKOUT register as xxti.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
[ideal.song: Add the setting of CLKOUT register]
Signed-off-by: Inha Song <ideal.song@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Documentation/devicetree/bindings/arm/samsung/pmu.txt
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 67b211381f2bd6d79ad60a042e4086981f4fd322..a87fc43fefc3c6c6dbb6abb1bd40c72fe3edf524 100644 (file)
@@ -10,6 +10,7 @@ Properties:
                   - "samsung,exynos5260-pmu" - for Exynos5260 SoC.
                   - "samsung,exynos5410-pmu" - for Exynos5410 SoC,
                   - "samsung,exynos5420-pmu" - for Exynos5420 SoC.
+                  - "samsung,exynos5433-pmu" - for Exynos5433 SoC.
                   - "samsung,exynos7-pmu" - for Exynos7 SoC.
                second value must be always "syscon".
 
index a7853d93134142bd1a8b5505fdefe7f03fbf5e3e..35e39fd087556809791b06d589db5ff62a14c574 100644 (file)
                        fifo-depth = <0x40>;
                        status = "disabled";
                };
+
+               pmu_system_controller: system-controller@105c0000 {
+                       compatible = "samsung,exynos5433-pmu", "syscon";
+                       reg = <0x105c0000 0x5008>;
+                       #clock-cells = <1>;
+                       clock-names = "clkout16";
+                       clocks = <&xxti>;
+               };
        };
 
        timer {