5113f6f70
김현기
kernel add
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/*
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "am572x-idk-lcd-osd.dts"
&lcd {
compatible = "osd,osd101t2587-53ts", "panel-dpi";
panel-timing {
clock-frequency = <164400000>;
hactive = <1920>;
vactive = <1200>;
hfront-porch = <152>;
hback-porch = <20>;
hsync-len = <52>;
vfront-porch = <24>;
vback-porch = <48>;
vsync-len = <6>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <1>;
pixelclk-active = <1>;
};
};
|