1Solomon Goldentek Display GKTW70SDAE4SE LVDS Display Panel 2========================================================== 3 4The GKTW70SDAE4SE is a 7" WVGA TFT-LCD display panel. 5 6These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt 7with the following device-specific properties. 8 9Required properties: 10 11- compatible: Shall contain "sgd,gktw70sdae4se" and "panel-lvds", in that order. 12 13Example 14------- 15 16panel { 17 compatible = "sgd,gktw70sdae4se", "panel-lvds"; 18 19 width-mm = <153>; 20 height-mm = <86>; 21 22 data-mapping = "jeida-18"; 23 24 panel-timing { 25 clock-frequency = <32000000>; 26 hactive = <800>; 27 vactive = <480>; 28 hback-porch = <39>; 29 hfront-porch = <39>; 30 vback-porch = <29>; 31 vfront-porch = <13>; 32 hsync-len = <47>; 33 vsync-len = <2>; 34 }; 35 36 port { 37 panel_in: endpoint { 38 remote-endpoint = <&lvds_encoder>; 39 }; 40 }; 41}; 42