]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Add display timing node to exynos5250-smdk5250.dts
authorLeela Krishna Amudala <l.krishna@samsung.com>
Thu, 4 Apr 2013 06:59:46 +0000 (15:59 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 8 Apr 2013 16:39:18 +0000 (01:39 +0900)
Add display timing node to exynos5250-smdk5250.dts

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250-smdk5250.dts

index 74da9de723c958c4c18d48bace8b1e324d287f8c..26d856ba50a108cf3a1ba59d243a997028ecec69 100644 (file)
@@ -226,6 +226,22 @@ dp-controller {
                samsung,lane-count = <4>;
        };
 
+       display-timings {
+               native-mode = <&timing0>;
+               timing0: timing@0 {
+                       /* 1280x800 */
+                       clock-frequency = <50000>;
+                       hactive = <1280>;
+                       vactive = <800>;
+                       hfront-porch = <4>;
+                       hback-porch = <4>;
+                       hsync-len = <4>;
+                       vback-porch = <4>;
+                       vfront-porch = <4>;
+                       vsync-len = <4>;
+               };
+       };
+
        fixed-rate-clocks {
                xxti {
                        compatible = "samsung,clock-xxti";