Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robh@kernel.org>
Link: https://lore.kernel.org/r/20211221125145.1195234-1-robh@kernel.org

+1 -2
+1 -2
Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
··· 110 110 }; 111 111 }; 112 112 113 - panel-dsi@0 { 113 + panel@0 { 114 114 compatible = "orisetech,otm8009a"; 115 115 reg = <0>; 116 116 reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>; ··· 125 125 }; 126 126 127 127 ... 128 -