1Mitsubishi AA204XD12 LVDS Display Panel 2======================================= 3 4The AA104XD12 is a 10.4" XGA 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 9 10Required properties: 11 12- compatible: Shall contain "mitsubishi,aa121td01" and "panel-lvds", in that 13 order. 14- vcc-supply: Reference to the regulator powering the panel VCC pins. 15 16 17Example 18------- 19 20panel { 21 compatible = "mitsubishi,aa104xd12", "panel-lvds"; 22 vcc-supply = <&vcc_3v3>; 23 24 width-mm = <210>; 25 height-mm = <158>; 26 27 data-mapping = "jeida-24"; 28 29 panel-timing { 30 /* 1024x768 @65Hz */ 31 clock-frequency = <65000000>; 32 hactive = <1024>; 33 vactive = <768>; 34 hsync-len = <136>; 35 hfront-porch = <20>; 36 hback-porch = <160>; 37 vfront-porch = <3>; 38 vback-porch = <29>; 39 vsync-len = <6>; 40 }; 41 42 port { 43 panel_in: endpoint { 44 remote-endpoint = <&lvds_encoder>; 45 }; 46 }; 47}; 48