Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12 30 lines 449 B view raw
1Toppoly TD028TTEC1 Panel 2======================== 3 4Required properties: 5- compatible: "toppoly,td028ttec1" 6 7Optional properties: 8- label: a symbolic name for the panel 9 10Required nodes: 11- Video port for DPI input 12 13Example 14------- 15 16lcd-panel: td028ttec1@0 { 17 compatible = "toppoly,td028ttec1"; 18 reg = <0>; 19 spi-max-frequency = <100000>; 20 spi-cpol; 21 spi-cpha; 22 23 label = "lcd"; 24 port { 25 lcd_in: endpoint { 26 remote-endpoint = <&dpi_out>; 27 }; 28 }; 29}; 30