From: Rob Herring Date: Tue, 21 Dec 2021 12:51:45 +0000 (-0400) Subject: dt-bindings: display: st,stm32-dsi: Fix panel node name in example X-Git-Tag: v6.6.17~8335^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b29f4889f8860486686adb056030215d413bb928;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: display: st,stm32-dsi: Fix panel node name in example 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 Link: https://lore.kernel.org/r/20211221125145.1195234-1-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml b/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml index ce1ef93..54f67cb 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: }; ... -