[PATCH] dt-bindings: panel: Include SPI peripheral properties

Thierry Reding thierry.reding at gmail.com
Fri Dec 3 15:43:50 UTC 2021


From: Thierry Reding <treding at nvidia.com>

SPI panels need to reference the SPI peripheral properties so that they
can be properly validated.

Signed-off-by: Thierry Reding <treding at nvidia.com>
---
 .../devicetree/bindings/display/panel/lgphilips,lb035q02.yaml    | 1 +
 .../devicetree/bindings/display/panel/sony,acx565akm.yaml        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/lgphilips,lb035q02.yaml b/Documentation/devicetree/bindings/display/panel/lgphilips,lb035q02.yaml
index 830e335ddb53..240a884b7fa7 100644
--- a/Documentation/devicetree/bindings/display/panel/lgphilips,lb035q02.yaml
+++ b/Documentation/devicetree/bindings/display/panel/lgphilips,lb035q02.yaml
@@ -14,6 +14,7 @@ maintainers:
   - Tomi Valkeinen <tomi.valkeinen at ti.com>
 
 allOf:
+  - $ref: ../../spi/spi-peripheral-props.yaml
   - $ref: panel-common.yaml#
 
 properties:
diff --git a/Documentation/devicetree/bindings/display/panel/sony,acx565akm.yaml b/Documentation/devicetree/bindings/display/panel/sony,acx565akm.yaml
index 95d053c548ab..4459d746592f 100644
--- a/Documentation/devicetree/bindings/display/panel/sony,acx565akm.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sony,acx565akm.yaml
@@ -14,6 +14,7 @@ maintainers:
   - Tomi Valkeinen <tomi.valkeinen at ti.com>
 
 allOf:
+  - $ref: ../../spi/spi-peripheral-props.yaml
   - $ref: panel-common.yaml#
 
 properties:
-- 
2.33.1



More information about the dri-devel mailing list