innolux,tv123wam.txt 611 B

1234567891011121314151617181920
  1. Innolux TV123WAM 12.3 inch eDP 2K display panel
  2. This binding is compatible with the simple-panel binding, which is specified
  3. in simple-panel.txt in this directory.
  4. Required properties:
  5. - compatible: should be "innolux,tv123wam"
  6. - power-supply: regulator to provide the supply voltage
  7. Optional properties:
  8. - enable-gpios: GPIO pin to enable or disable the panel
  9. - backlight: phandle of the backlight device attached to the panel
  10. Example:
  11. panel_edp: panel-edp {
  12. compatible = "innolux,tv123wam";
  13. enable-gpios = <&msmgpio 31 GPIO_ACTIVE_LOW>;
  14. power-supply = <&pm8916_l2>;
  15. backlight = <&backlight>;
  16. };