From: Marek Vasut Date: Mon, 4 Apr 2022 19:21:05 +0000 (+0200) Subject: dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory X-Git-Tag: v5.18-rc2~29^2^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1ecc0c09f19f8e10a2c52676f8ca47c28c9f73c7;p=users%2Fdwmw2%2Flinux.git dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory Make the width-mm/height-mm panel properties mandatory to correctly report the panel dimensions to the OS. Fixes: 2f3468b82db97 ("dt-bindings: display: add bindings for MIPI DBI compatible SPI panels") Signed-off-by: Marek Vasut Cc: Christoph Niedermaier Cc: Daniel Vetter Cc: Dmitry Osipenko Cc: Laurent Pinchart Cc: Noralf Trønnes Cc: Rob Herring Cc: Robert Foss Cc: Sam Ravnborg Cc: Thomas Zimmermann Cc: devicetree@vger.kernel.org To: dri-devel@lists.freedesktop.org Acked-by: Noralf Trønnes Reviewed-by: Laurent Pinchart Acked-by: Rob Herring Link: https://patchwork.freedesktop.org/patch/msgid/20220404192105.12547-1-marex@denx.de --- diff --git a/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml b/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml index f29789994b180..c2df8d28aaf5f 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml @@ -83,6 +83,8 @@ properties: required: - compatible - reg + - width-mm + - height-mm - panel-timing unevaluatedProperties: false