]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
authorAjay Kumar <ajaykumar.rs@samsung.com>
Fri, 5 Sep 2014 11:23:37 +0000 (16:53 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 5 Sep 2014 11:37:07 +0000 (20:37 +0900)
This patch adds DT properties for fimd and the parade bridge chip
present on peach_pit. The panel supports 1366x768 resolution.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos5420-peach-pit.dts

index 8d148afb449dfae3ff53fe50cf07e0449b24cc17..3ed70a8a923677d74bd2a7cdc7e62c1ab0f6731d 100644 (file)
                      reg = <0x20>;
                      compatible = "maxim,max98090-codec";
               };
+
+               edp-lvds-bridge@48 {
+                       compatible = "parade,ps8625";
+                       reg = <0x48>;
+               };
        };
 
         sound@3830000 {
        xhci@12400000 {
                samsung,vbus-gpio = <&gpio 0x41 0>; /* H01 */
        };
+
+       fimd@14400000 {
+               samsung,vl-freq = <60>;
+               samsung,vl-col = <1366>;
+               samsung,vl-row = <768>;
+               samsung,vl-width = <1366>;
+               samsung,vl-height = <768>;
+
+               samsung,vl-clkp;
+               samsung,vl-dp;
+               samsung,vl-bpix = <4>;
+
+               samsung,vl-hspw = <32>;
+               samsung,vl-hbpd = <40>;
+               samsung,vl-hfpd = <40>;
+               samsung,vl-vspw = <6>;
+               samsung,vl-vbpd = <10>;
+               samsung,vl-vfpd = <12>;
+               samsung,vl-cmd-allow-len = <0xf>;
+
+               samsung,winid = <3>;
+               samsung,interface-mode = <1>;
+               samsung,dp-enabled = <1>;
+               samsung,dual-lcd-enabled = <0>;
+       };
 };