blob: 824441f4e95a2cb8323f06d3971baba4c099d3e4 [file] [log] [blame]
Heiko Schocher58c467e2015-06-09 07:51:22 +02001LG 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 };