Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 1717

kernel-doc-5.3.11-1.mga7.noarch.rpm

LG LG4573 TFT Liquid Crystal Display with SPI control bus

Required properties:
  - compatible: "lg,lg4573"
  - reg: address of the panel on the SPI bus

The panel must obey rules for SPI slave device specified in document [1].

[1]: Documentation/devicetree/bindings/spi/spi-bus.txt

Example:

	lcd_panel: display@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "lg,lg4573";
		spi-max-frequency = <10000000>;
		reg = <0>;
	};