Hi Marek.
On Sat, Jul 25, 2020 at 11:13:34PM +0200, Marek Vasut wrote:
Add DT bindings for Powertip PH800480T013 800x480 parallel LCD, this one is used in the Raspberry Pi 7" touchscreen display unit.
Signed-off-by: Marek Vasut marex@denx.de To: dri-devel@lists.freedesktop.org Cc: Eric Anholt eric@anholt.net Cc: Rob Herring robh+dt@kernel.org Cc: Sam Ravnborg sam@ravnborg.org Cc: devicetree@vger.kernel.org
.../panel/powertip,ph800480t013-idf02.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/powertip,ph800480t013-idf02.yaml
diff --git a/Documentation/devicetree/bindings/display/panel/powertip,ph800480t013-idf02.yaml b/Documentation/devicetree/bindings/display/panel/powertip,ph800480t013-idf02.yaml new file mode 100644 index 000000000000..8a2a4f79f365 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/powertip,ph800480t013-idf02.yaml @@ -0,0 +1,28 @@ +# SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/panel/powertip,ph800480t013-idf02# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: POWERTIP PH800480T013-IDF2 7.0" WVGA TFT LCD panel
+maintainers:
- Marek Vasut marex@denx.de
+allOf:
- $ref: panel-common.yaml#
+properties:
- compatible:
- const: powertip,ph800480t013-idf02
- power-supply: true
- backlight: true
- port: true
+additionalProperties: false
+required:
- compatible
+...
The binding matches what we have in panel-simple.yaml. So it should be added there, and not an independent binding file.
Sam