aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos4210-origen.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/exynos4210-origen.dts')
-rw-r--r--arch/arm/boot/dts/exynos4210-origen.dts21
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};