All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory
@ 2022-04-04 19:21 ` Marek Vasut
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Vasut @ 2022-04-04 19:21 UTC (permalink / raw)
  To: dri-devel
  Cc: Marek Vasut, Christoph Niedermaier, devicetree, Daniel Vetter,
	robert.foss, Rob Herring, Noralf Trønnes, Laurent Pinchart,
	Thomas Zimmermann, Dmitry Osipenko, Sam Ravnborg

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@denx.de>
Cc: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dmitry Osipenko <digetx@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Noralf Trønnes <noralf@tronnes.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: devicetree@vger.kernel.org
To: dri-devel@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
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-04-08 20:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 19:21 [PATCH] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory Marek Vasut
2022-04-04 19:21 ` Marek Vasut
2022-04-05  8:35 ` Noralf Trønnes
2022-04-05  8:35   ` Noralf Trønnes
2022-04-05  9:08 ` Laurent Pinchart
2022-04-05  9:08   ` Laurent Pinchart
2022-04-06 18:06 ` Rob Herring
2022-04-06 18:06   ` Rob Herring
2022-04-08 14:50 ` Noralf Trønnes
2022-04-08 14:50   ` Noralf Trønnes
2022-04-08 17:55   ` Marek Vasut
2022-04-08 17:55     ` Marek Vasut
2022-04-08 20:38     ` Noralf Trønnes
2022-04-08 20:38       ` Noralf Trønnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.