* [PATCH] dt-bindings: display: st, stm32-dsi: Fix panel node name in example
@ 2021-12-21 12:51 Rob Herring
2022-01-04 19:26 ` [PATCH] dt-bindings: display: st,stm32-dsi: " Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2021-12-21 12:51 UTC (permalink / raw)
To: David Airlie, Daniel Vetter, Maxime Coquelin, Alexandre Torgue,
Philippe Cornu, Yannick Fertre
Cc: dri-devel, devicetree, linux-stm32, linux-arm-kernel,
linux-kernel
With 'unevaluatedProperties' support enabled, the st,stm32-dsi binding
has a new warning:
Documentation/devicetree/bindings/display/st,stm32-dsi.example.dt.yaml: dsi@5a000000: Unevaluated properties are not allowed ('panel-dsi@0' was unexpected)
The documented child node name is 'panel', so update the example.
Signed-off-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/display/st,stm32-dsi.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml b/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
index ce1ef93cce93..54f67cb51040 100644
--- a/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
+++ b/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
@@ -110,7 +110,7 @@ examples:
};
};
- panel-dsi@0 {
+ panel@0 {
compatible = "orisetech,otm8009a";
reg = <0>;
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
@@ -125,4 +125,3 @@ examples:
};
...
-
--
2.32.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: display: st,stm32-dsi: Fix panel node name in example
2021-12-21 12:51 [PATCH] dt-bindings: display: st, stm32-dsi: Fix panel node name in example Rob Herring
@ 2022-01-04 19:26 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-01-04 19:26 UTC (permalink / raw)
To: Rob Herring
Cc: linux-kernel, Maxime Coquelin, linux-stm32, linux-arm-kernel,
dri-devel, Alexandre Torgue, Daniel Vetter, David Airlie,
Yannick Fertre, devicetree, Philippe Cornu
On Tue, 21 Dec 2021 08:51:45 -0400, Rob Herring wrote:
> With 'unevaluatedProperties' support enabled, the st,stm32-dsi binding
> has a new warning:
>
> Documentation/devicetree/bindings/display/st,stm32-dsi.example.dt.yaml: dsi@5a000000: Unevaluated properties are not allowed ('panel-dsi@0' was unexpected)
>
> The documented child node name is 'panel', so update the example.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/display/st,stm32-dsi.yaml | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-04 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 12:51 [PATCH] dt-bindings: display: st, stm32-dsi: Fix panel node name in example Rob Herring
2022-01-04 19:26 ` [PATCH] dt-bindings: display: st,stm32-dsi: " Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).