Merge branch 'sprd/dt' into next/dt
[linux-2.6-block.git] / arch / arm / boot / dts / r8a77xx-aa121td01-panel.dtsi
CommitLineData
5325f83a
KM
1/*
2 * Common file for the AA121TD01 panel connected to Renesas R-Car boards
3 *
4 * Copyright (C) 2015 Renesas Electronics Corp.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11/ {
12 panel {
2ae0fcc5 13 compatible = "mitsubishi,aa121td01", "panel-lvds";
5325f83a
KM
14
15 width-mm = <261>;
16 height-mm = <163>;
2ae0fcc5 17 data-mapping = "jeida-18";
5325f83a
KM
18
19 panel-timing {
20 /* 1280x800 @60Hz */
21 clock-frequency = <71000000>;
22 hactive = <1280>;
23 vactive = <800>;
24 hsync-len = <70>;
25 hfront-porch = <20>;
26 hback-porch = <70>;
27 vsync-len = <5>;
28 vfront-porch = <3>;
29 vback-porch = <15>;
30 };
31
32 port {
33 panel_in: endpoint {
34 remote-endpoint = <&lvds_connector>;
35 };
36 };
37 };
38};
39
40&lvds_connector {
41 remote-endpoint = <&panel_in>;
42};