ARM: dts: exynos4210-trats: Add display support on Trats
authorTomasz Figa <t.figa@samsung.com>
Fri, 31 Aug 2012 10:32:35 +0000 (12:32 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:25 +0000 (11:42 +0900)
This commit adds nodes and attributes necessary to enable support of
MIPI DSIM, LCD and FIMD on Trats board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Conflicts:
arch/arm/boot/dts/exynos4210-trats.dts

arch/arm/boot/dts/exynos4210-trats.dts

index a413897..39fcc8a 100644 (file)
                        clock-frequency = <24000000>;
                };
        };
+
+       fimd0_lcd: panel {
+               compatible = "s6e8ax0";
+               panel-reverse;
+               reset-gpio = <&gpy4 5 0>;
+               reset-delay = <25>;
+               power-off-delay = <0>;
+               power-on-delay= <0>;
+               vdd3-supply = <&vcclcd_reg>;
+               vci-supply = <&vlcd_reg>;
+               lcd-htiming = <5 5 5 720>;
+               lcd-vtiming = <1 13 2 1280>;
+               supports-mipi-panel;
+       };
+
+       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>;
+               vdd11-supply = <&vusb_reg>;
+               vdd18-supply = <&vmipi_reg>;
+               panel-info = <&fimd0_lcd>;
+               status = "okay";
+       };
+
+       fimd@11c00000 {
+               samsung,fimd-display = <&fimd0_lcd>;
+               samsung,fimd-vidout-rgb;
+               samsung,fimd-inv-vclk;
+               samsung,fimd-frame-rate = <60>;
+               samsung,default-window = <3>;
+               samsung,fimd-win-bpp = <32>;
+               status = "okay";
+       };
 };