From: Thierry Reding <treding@xxxxxxxxxx> SPI panels need to reference the SPI peripheral properties so that they can be properly validated. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> --- .../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@xxxxxx> 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@xxxxxx> allOf: + - $ref: ../../spi/spi-peripheral-props.yaml - $ref: panel-common.yaml# properties: -- 2.33.1