https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/panel/panel-simple.c
|
display-timings { |
|
native-mode = <&timing0>; |
|
/* www.newhavendisplay.com/app_notes/OTA5180A.pdf */ |
|
timing0: 480x272 { |
|
clock-frequency = <9200000>; |
|
hactive = <480>; |
|
vactive = <272>; |
|
hfront-porch = <8>; |
|
hback-porch = <47>; |
|
hsync-len = <41>; |
|
vback-porch = <2>; |
|
vfront-porch = <3>; |
|
vsync-len = <10>; |
|
hsync-active = <0>; |
|
vsync-active = <0>; |
|
de-active = <1>; |
|
pixelclk-active = <0>; |
|
}; |
|
}; |
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/panel/panel-simple.c
BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
Lines 652 to 670 in 456d8d3