diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-06-24 20:08:27 +0400 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-07-26 04:47:10 +0400 |
commit | d19bb397e19e271aead5c3e089f48475fb14b647 (patch) | |
tree | 8d3e755d3748364459840b49479fe655df7fe2db /arch/arm/boot/dts/exynos5250.dtsi | |
parent | 1e832e51018e960ecfc6f04abb1cbdd1ed82b8cb (diff) | |
download | linux-d19bb397e19e271aead5c3e089f48475fb14b647.tar.xz |
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/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 834fb5a5306f..492e1eff37bd 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -191,6 +191,9 @@ pmu_system_controller: system-controller@10040000 { compatible = "samsung,exynos5250-pmu", "syscon"; reg = <0x10040000 0x5000>; + clock-names = "clkout16"; + clocks = <&clock CLK_FIN_PLL>; + #clock-cells = <1>; }; sysreg_system_controller: syscon@10050000 { |