Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Common file for the AA104XD12 panel connected to Renesas R-Car Gen3 boards.
0004  *
0005  * Copyright (C) 2014 Renesas Electronics Corp.
0006  */
0007 
0008 panel {
0009         compatible = "mitsubishi,aa104xd12", "panel-lvds";
0010 
0011         width-mm = <210>;
0012         height-mm = <158>;
0013         data-mapping = "jeida-18";
0014 
0015         panel-timing {
0016                 /* 1024x768 @65Hz */
0017                 clock-frequency = <65000000>;
0018                 hactive = <1024>;
0019                 vactive = <768>;
0020                 hsync-len = <136>;
0021                 hfront-porch = <20>;
0022                 hback-porch = <160>;
0023                 vfront-porch = <3>;
0024                 vback-porch = <29>;
0025                 vsync-len = <6>;
0026         };
0027 
0028         port {
0029         };
0030 };