ARM: exynos4/5: convert pmu wakeup to stacked domains
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / r8a77xx-aa104xd12-panel.dtsi
blob65cb50f0c29f5995594631e2ca4884936b7b272e
1 /*
2  * Common file for the AA104XD12 panel connected to Renesas R-Car boards
3  *
4  * Copyright (C) 2014 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  */
11 / {
12         panel {
13                 compatible = "mitsubishi,aa104xd12", "panel-dpi";
15                 width-mm = <210>;
16                 height-mm = <158>;
18                 panel-timing {
19                         /* 1024x768 @65Hz */
20                         clock-frequency = <65000000>;
21                         hactive = <1024>;
22                         vactive = <768>;
23                         hsync-len = <136>;
24                         hfront-porch = <20>;
25                         hback-porch = <160>;
26                         vfront-porch = <3>;
27                         vback-porch = <29>;
28                         vsync-len = <6>;
29                 };
31                 port {
32                         panel_in: endpoint {
33                                 remote-endpoint = <&lvds_connector>;
34                         };
35                 };
36         };
39 &lvds_connector {
40         remote-endpoint = <&panel_in>;