]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/display/panel/lg,lg4573.txt
Merge remote-tracking branch 'percpu/for-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / display / panel / lg,lg4573.txt
1 LG LG4573 TFT Liquid Crystal Display with SPI control bus
2
3 Required properties:
4   - compatible: "lg,lg4573"
5   - reg: address of the panel on the SPI bus
6
7 The panel must obey rules for SPI slave device specified in document [1].
8
9 [1]: Documentation/devicetree/bindings/spi/spi-bus.txt
10
11 Example:
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         };