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.7-rc4 19 lines 443 B view raw
1LG LG4573 TFT Liquid Crystal Display with SPI control bus 2 3Required properties: 4 - compatible: "lg,lg4573" 5 - reg: address of the panel on the SPI bus 6 7The panel must obey rules for SPI slave device specified in document [1]. 8 9[1]: Documentation/devicetree/bindings/spi/spi-bus.txt 10 11Example: 12 13 lcd_panel: display@0 { 14 #address-cells = <1>; 15 #size-cells = <1>; 16 compatible = "lg,lg4573"; 17 spi-max-frequency = <10000000>; 18 reg = <0>; 19 };