1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Common file for the AA104XD12 panel connected to Renesas R-Car Gen3 boards. 4 * 5 * Copyright (C) 2014 Renesas Electronics Corp. 6 */ 7 8panel { 9 compatible = "mitsubishi,aa104xd12", "panel-lvds"; 10 11 width-mm = <210>; 12 height-mm = <158>; 13 data-mapping = "jeida-18"; 14 15 panel-timing { 16 /* 1024x768 @65Hz */ 17 clock-frequency = <65000000>; 18 hactive = <1024>; 19 vactive = <768>; 20 hsync-len = <136>; 21 hfront-porch = <20>; 22 hback-porch = <160>; 23 vfront-porch = <3>; 24 vback-porch = <29>; 25 vsync-len = <6>; 26 }; 27 28 port { 29 }; 30}; 31