[PATCH] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory
Noralf Trønnes
noralf at tronnes.org
Fri Apr 8 14:50:35 UTC 2022
Hi Marek,
I see that you have commit rights so I assume you will be applying this
patch.
Noralf.
Den 04.04.2022 21.21, skrev Marek Vasut:
> 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 <marex at denx.de>
> Cc: Christoph Niedermaier <cniedermaier at dh-electronics.com>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Cc: Dmitry Osipenko <digetx at gmail.com>
> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Cc: Noralf Trønnes <noralf at tronnes.org>
> Cc: Rob Herring <robh+dt at kernel.org>
> Cc: Robert Foss <robert.foss at linaro.org>
> Cc: Sam Ravnborg <sam at ravnborg.org>
> Cc: Thomas Zimmermann <tzimmermann at suse.de>
> Cc: devicetree at vger.kernel.org
> To: dri-devel at lists.freedesktop.org
> ---
> .../devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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
More information about the dri-devel
mailing list