瀏覽代碼

10 Zoll dts fehler bei panel ausgebessert

Reinhard Russinger 8 年之前
父節點
當前提交
059ce15aba
共有 1 個文件被更改,包括 16 次插入15 次删除
  1. 16 15
      board/GfA/Display001/DTS_4.4/Display001_10.dts

+ 16 - 15
board/GfA/Display001/DTS_4.4/Display001_10.dts

@@ -262,21 +262,22 @@
                 fifo-th           = <0>;   
                 fifo-th           = <0>;   
                 invert-pxl-clk    = <1>;   
                 invert-pxl-clk    = <1>;   
                 };
                 };
-
-	800x480 {
-		hactive         = <1280>;
-		vactive         = <800>;
-		hback-porch     = <50>;
-		hfront-porch    = <60>;
-		hsync-len       = <50>;
-		vback-porch     = <10>;
-		vfront-porch    = <8>;
-		vsync-len       = <5>;
-		clock-frequency = <72000000>;
-		hsync-active    = <0>;
-		vsync-active    = <0>;
-		de-active	= <1>;
-		pixelclk-active = <0>;
+	display-timings {
+		1280x800 {
+			hactive         = <1280>;
+			vactive         = <800>;
+			hback-porch     = <50>;
+			hfront-porch    = <60>;
+			hsync-len       = <50>;
+			vback-porch     = <10>;
+			vfront-porch    = <8>;
+			vsync-len       = <5>;
+			clock-frequency = <72000000>;
+			hsync-active    = <0>;
+			vsync-active    = <0>;
+			de-active	= <1>;
+			pixelclk-active = <0>;
+			};
 		};
 		};
   	};
   	};
 };
 };