LINUX-SAMSUNG / arm64: dts: exynos: Add PMU dt node for Exynos5433
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 1 Dec 2014 05:02:03 +0000 (14:02 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:40:17 +0000 (13:40 +0900)
This patch adds PMU (Power Management Unit) dt node for Exynos5433 SoC and
set the source clock for CLKOUT register as xxti .

Cc: Kukjin Kim <kgene@kernel.org>
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>
Documentation/devicetree/bindings/arm/samsung/pmu.txt
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 2d6356d..bf5fc59 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 dbecbba..d745205 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 {