]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/wm8505-ref.dts
AUO-K190x: Add resolutions for portrait displays
[karo-tx-linux.git] / arch / arm / boot / dts / wm8505-ref.dts
1 /*
2  * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
3  *
4  * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
5  *
6  * Licensed under GPLv2 or later
7  */
8
9 /dts-v1/;
10 /include/ "wm8505.dtsi"
11
12 / {
13         model = "Wondermedia WM8505 Netbook";
14
15         /*
16          * Display node is based on Sascha Hauer's patch on dri-devel.
17          * Added a bpp property to calculate the size of the framebuffer
18          * until the binding is formalized.
19          */
20         display: display@0 {
21                 modes {
22                         mode0: mode@0 {
23                                 hactive = <800>;
24                                 vactive = <480>;
25                                 hback-porch = <88>;
26                                 hfront-porch = <40>;
27                                 hsync-len = <0>;
28                                 vback-porch = <32>;
29                                 vfront-porch = <11>;
30                                 vsync-len = <1>;
31                                 clock = <0>;    /* unused but required */
32                                 bpp = <32>;     /* non-standard but required */
33                         };
34                 };
35         };
36 };