d1: add new target
[openwrt/staging/mans0n.git] / target / linux / d1 / patches-6.1 / 0016-dt-bindings-display-Add-Sitronix-ST7701s-panel-bindi.patch
1 From d290546a88694dde6d2f64a973cd62ff2c69e27e Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
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
7 Signed-off-by: Samuel Holland <samuel@sholland.org>
8 ---
9 .../display/panel/sitronix,st7701s.yaml | 32 +++++++++++++++++++
10 1 file changed, 32 insertions(+)
11 create mode 100644 Documentation/devicetree/bindings/display/panel/sitronix,st7701s.yaml
12
13 --- /dev/null
14 +++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7701s.yaml
15 @@ -0,0 +1,32 @@
16 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
17 +%YAML 1.2
18 +---
19 +$id: http://devicetree.org/schemas/display/panel/sitronix,st7701s.yaml#
20 +$schema: http://devicetree.org/meta-schemas/core.yaml#
21 +
22 +title: Sitronix ST7701 based LCD panels
23 +
24 +maintainers:
25 + - Samuel Holland <samuel@sholland.org>
26 +
27 +description: |
28 + Panel used on Lichee RV 86 Panel
29 +
30 +allOf:
31 + - $ref: panel-common.yaml#
32 + - $ref: /schemas/spi/spi-peripheral-props.yaml#
33 +
34 +properties:
35 + compatible:
36 + items:
37 + - const: sitronix,st7701s
38 +
39 + backlight: true
40 +
41 + reset-gpios: true
42 +
43 +required:
44 + - compatible
45 + - reset-gpios
46 +
47 +unevaluatedProperties: false