diff options
author | Vikas Sajjan <vikas.sajjan@linaro.org> | 2013-08-14 17:08:33 +0900 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:06 +0900 |
commit | 8331dec2b378daabfe31c4a0cff881df4158d012 (patch) | |
tree | c88c0bc6e88554132545d6e0813cccb86828ba5f /arch | |
parent | b6e59f154317cc56925797434f2540d983650461 (diff) | |
download | linux-3.10-8331dec2b378daabfe31c4a0cff881df4158d012.tar.gz linux-3.10-8331dec2b378daabfe31c4a0cff881df4158d012.tar.bz2 linux-3.10-8331dec2b378daabfe31c4a0cff881df4158d012.zip |
ARM: dts: Add FIMD DT node to exynos5420 DTS files
Adds FIMD DT node to exynos5420 based SMDK. Also adds display-timimg
information node.
Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 3874ce711ac..f359d1e7cc1 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -180,4 +180,11 @@ clocks = <&clock 260>, <&clock 131>; clock-names = "uart", "clk_uart_baud0"; }; + + fimd@14400000 { + samsung,power-domain = <&disp_pd>; + clocks = <&clock 147>, <&clock 421>; + clock-names = "sclk_fimd", "fimd"; + }; + }; |