summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2014-06-24 18:08:27 +0200
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-17 16:18:12 +0900
commitea772f2e3eb2773446e6e2af1dc33eb4725f427f (patch)
treeb430ab259a8c2952168f3c320d81d9322be41184 /arch
parent0191324b7235e968be55fedeeabe126bf3a7afc3 (diff)
downloadlinux-3.10-ea772f2e3eb2773446e6e2af1dc33eb4725f427f.tar.gz
linux-3.10-ea772f2e3eb2773446e6e2af1dc33eb4725f427f.tar.bz2
linux-3.10-ea772f2e3eb2773446e6e2af1dc33eb4725f427f.zip
ARM: dts: exynos: Update PMU node with CLKOUT related data
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index b69de266101..cb2b70e7ca0 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -721,6 +721,9 @@
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 {