diff mbox series

[3/4] dt-bindings: display: panel: mipi-dbi-spi: Add missing power-supply

Message ID 20221127191433.1363395-4-otto.pflueger@abscue.de
State Not Applicable, archived
Headers show
Series drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Otto Pflüger Nov. 27, 2022, 7:14 p.m. UTC
The power-supply property is only mentioned in the description and not
listed in the properties section of the binding. Add it there.

Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
---
 .../devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml  | 3 +++
 1 file changed, 3 insertions(+)

Comments

Rob Herring (Arm) Dec. 1, 2022, 9:58 p.m. UTC | #1
On Sun, Nov 27, 2022 at 08:14:32PM +0100, Otto Pflüger wrote:
> The power-supply property is only mentioned in the description and not
> listed in the properties section of the binding. Add it there.

That's because it is described in panel-common.yaml already.

But I guess it is somewhat useful to define it corresponds to Vdd.

> 
> Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
> ---
>  .../devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml  | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

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 c2df8d28aaf5..d55bf12ecead 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
@@ -80,6 +80,9 @@  properties:
       Controller data/command selection (D/CX) in 4-line SPI mode.
       If not set, the controller is in 3-line SPI mode.
 
+  power-supply:
+    description: Power supply for the display module (Vdd).
+
 required:
   - compatible
   - reg