panasonic,vvx10f034n00.txt 484 B

1234567891011121314151617181920
  1. Panasonic 10" WUXGA TFT LCD panel
  2. Required properties:
  3. - compatible: should be "panasonic,vvx10f034n00"
  4. - reg: DSI virtual channel of the peripheral
  5. - power-supply: phandle of the regulator that provides the supply voltage
  6. Optional properties:
  7. - backlight: phandle of the backlight device attached to the panel
  8. Example:
  9. mdss_dsi@fd922800 {
  10. panel@0 {
  11. compatible = "panasonic,vvx10f034n00";
  12. reg = <0>;
  13. power-supply = <&vreg_vsp>;
  14. backlight = <&lp8566_wled>;
  15. };
  16. };