0016-dt-bindings-display-Add-Sitronix-ST7701s-panel-bindi.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. From d290546a88694dde6d2f64a973cd62ff2c69e27e Mon Sep 17 00:00:00 2001
  2. From: Samuel Holland <[email protected]>
  3. Date: Fri, 12 Aug 2022 01:59:35 -0500
  4. Subject: [PATCH 016/117] dt-bindings: display: Add Sitronix ST7701s panel
  5. binding
  6. Signed-off-by: Samuel Holland <[email protected]>
  7. ---
  8. .../display/panel/sitronix,st7701s.yaml | 32 +++++++++++++++++++
  9. 1 file changed, 32 insertions(+)
  10. create mode 100644 Documentation/devicetree/bindings/display/panel/sitronix,st7701s.yaml
  11. --- /dev/null
  12. +++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7701s.yaml
  13. @@ -0,0 +1,32 @@
  14. +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  15. +%YAML 1.2
  16. +---
  17. +$id: http://devicetree.org/schemas/display/panel/sitronix,st7701s.yaml#
  18. +$schema: http://devicetree.org/meta-schemas/core.yaml#
  19. +
  20. +title: Sitronix ST7701 based LCD panels
  21. +
  22. +maintainers:
  23. + - Samuel Holland <[email protected]>
  24. +
  25. +description: |
  26. + Panel used on Lichee RV 86 Panel
  27. +
  28. +allOf:
  29. + - $ref: panel-common.yaml#
  30. + - $ref: /schemas/spi/spi-peripheral-props.yaml#
  31. +
  32. +properties:
  33. + compatible:
  34. + items:
  35. + - const: sitronix,st7701s
  36. +
  37. + backlight: true
  38. +
  39. + reset-gpios: true
  40. +
  41. +required:
  42. + - compatible
  43. + - reset-gpios
  44. +
  45. +unevaluatedProperties: false