From 9dc194f8d37799001b1dd2fdd4122cd9485e5af5 Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Mon, 28 Jan 2013 15:37:43 +0100 Subject: [PATCH] ARM: dts: exynos4412-slp_pq: Update display nodes for CDF This patch updates display device nodes in exynos4412-slp_pq.dts to be compatible with new drivers using Common Display Framework. Signed-off-by: Tomasz Figa --- arch/arm/boot/dts/exynos4412-slp_pq.dts | 49 +++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-slp_pq.dts b/arch/arm/boot/dts/exynos4412-slp_pq.dts index 8d96f53..5a2b70b 100644 --- a/arch/arm/boot/dts/exynos4412-slp_pq.dts +++ b/arch/arm/boot/dts/exynos4412-slp_pq.dts @@ -509,34 +509,41 @@ }; fimd0_lcd: panel { - compatible = "s6e8ax0"; + compatible = "samsung,s6e8aa0"; reset-gpio = <&gpy4 5 0>; - reset-delay = <25>; - power-off-delay = <0>; - power-on-delay= <0>; + power-on-delay= <50>; + reset-delay = <100>; + init-delay = <100>; vdd3-supply = <&lcd_vdd3_reg>; vci-supply = <&ldo25_reg>; - lcd-htiming = <5 5 5 720>; - lcd-vtiming = <1 13 2 1280>; - supports-mipi-panel; + video-source = <&dsi_0>; + + display-timings { + native-mode = <&timing0>; + + timing0: timing-0 { + clock-frequency = <0>; + hactive = <720>; + vactive = <1280>; + hfront-porch = <5>; + hback-porch = <5>; + hsync-len = <5>; + vfront-porch = <13>; + vback-porch = <1>; + vsync-len = <2>; + }; + }; }; - mipi-dsim@11C80000 { - video-interface; - virtual-channel = <0>; - pixel-format = <7>; - burst-mode = <1>; - bus-width = <4>; - cmd-allow = <0xf>; - pms-setting = <12 250 0>; - pll-stable-time = <500>; - escape-clock = <10000000>; - stop-holding-count = <0x7ff>; - bta-timeout = <0xff>; - rx-timeout = <0xffff>; + dsi_0: dsi@11C80000 { + samsung,pll-stable-time = <500>; + samsung,stop-holding-count = <0x7ff>; + samsung,bta-timeout = <0xff>; + samsung,rx-timeout = <0xffff>; + samsung,pll-clk-freq = <24000000>; + samsung,cmd-allow = <0xf>; vdd11-supply = <&ldo8_reg>; vdd18-supply = <&ldo10_reg>; - panel-info = <&fimd0_lcd>; status = "okay"; }; -- 2.7.4