ARM: dts: exynos: Update PMU node with CLKOUT related data
authorTomasz Figa <t.figa@samsung.com>
Tue, 24 Jun 2014 16:08:27 +0000 (18:08 +0200)
committerHyungwon Hwang <human.hwang@samsung.com>
Wed, 17 Dec 2014 07:18:12 +0000 (16:18 +0900)
This patch extends nodes of PMU system controller on Exynos4210, 4x12,
5250 and 5420 SoCs with newly defined properties used by Exynos CLKOUT
driver.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi

index b69de26..cb2b70e 100644 (file)
        pmu_system_controller: system-controller@10040000 {
                compatible = "samsung,exynos5420-pmu", "syscon";
                reg = <0x10040000 0x5000>;
+               clock-names = "clkout16";
+               clocks = <&clock CLK_FIN_PLL>;
+               #clock-cells = <1>;
        };
 
        sysreg_system_controller: syscon@10050000 {