lg,lg4573.txt 443 B

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