diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-06-18 11:41:51 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 11:41:51 -0400 |
commit | 7c1a26a076a8b9d621b6d0a4418b10b15d9346ae (patch) | |
tree | 96ece3ab3550a63f9050e74ea70d29c1707af8ba /arch | |
parent | 8e1b0ceef7523b5858023a4e666822eef499919c (diff) |
ARM: dts: Add FIMD node to Origen4210 board
Added FIMD and display timing node to Origen4210 board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-origen.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index bcf80794caab..4c6c3cd0393a 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts | |||
@@ -290,4 +290,25 @@ | |||
290 | clock-frequency = <24000000>; | 290 | clock-frequency = <24000000>; |
291 | }; | 291 | }; |
292 | }; | 292 | }; |
293 | |||
294 | fimd@11c00000 { | ||
295 | pinctrl-0 = <&lcd_en &lcd_clk &lcd_data24 &pwm0_out>; | ||
296 | pinctrl-names = "default"; | ||
297 | status = "okay"; | ||
298 | }; | ||
299 | |||
300 | display-timings { | ||
301 | native-mode = <&timing0>; | ||
302 | timing0: timing { | ||
303 | clock-frequency = <50000>; | ||
304 | hactive = <1024>; | ||
305 | vactive = <600>; | ||
306 | hfront-porch = <64>; | ||
307 | hback-porch = <16>; | ||
308 | hsync-len = <48>; | ||
309 | vback-porch = <64>; | ||
310 | vfront-porch = <16>; | ||
311 | vsync-len = <3>; | ||
312 | }; | ||
313 | }; | ||
293 | }; | 314 | }; |