]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi
Merge tag 'linux-watchdog-4.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / r8a77xx-aa121td01-panel.dtsi
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 {
13 compatible = "mitsubishi,aa121td01", "panel-lvds";
14
15 width-mm = <261>;
16 height-mm = <163>;
17 data-mapping = "jeida-18";
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 };