diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-06-24 18:08:27 +0200 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:12 +0900 |
commit | ea772f2e3eb2773446e6e2af1dc33eb4725f427f (patch) | |
tree | b430ab259a8c2952168f3c320d81d9322be41184 | |
parent | 0191324b7235e968be55fedeeabe126bf3a7afc3 (diff) | |
download | linux-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>
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 3 |
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 { |