]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
SMDK5250: Add device node for DP
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 21 Feb 2013 23:53:08 +0000 (23:53 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 27 Mar 2013 12:23:23 +0000 (21:23 +0900)
Add DT bindings for DP supporting an eDP panel of size 2560x1600.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/dts/exynos5250-smdk5250.dts

index cdf640fcff2495d7e9fb13d8afc6a6d717ee1f3c..8da973b30522b80086984b733ffe585bfa772751 100644 (file)
                samsung,dp-enabled = <1>;
                samsung,dual-lcd-enabled = <0>;
        };
+
+       dp@145b0000 {
+               samsung,lt-status = <0>;
+
+               samsung,master-mode = <0>;
+               samsung,bist-mode = <0>;
+               samsung,bist-pattern = <0>;
+               samsung,h-sync-polarity = <0>;
+               samsung,v-sync-polarity = <0>;
+               samsung,interlaced = <0>;
+               samsung,color-space = <0>;
+               samsung,dynamic-range = <0>;
+               samsung,ycbcr-coeff = <0>;
+               samsung,color-depth = <1>;
+       };
 };