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