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	};
20