summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-12-21 15:51:45 +0300
committerRob Herring <robh@kernel.org>2022-01-05 04:23:06 +0300
commitb29f4889f8860486686adb056030215d413bb928 (patch)
treed9e87404abfabd7e995f1c19a9ebc4e9f04a5c8f /Documentation/devicetree/bindings/display/st,stm32-dsi.yaml
parent4d4ea94fa6fc8192f7855cba5acaa5e62a0b5e78 (diff)
downloadlinux-b29f4889f8860486686adb056030215d413bb928.tar.xz
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
Diffstat (limited to 'Documentation/devicetree/bindings/display/st,stm32-dsi.yaml')
-rw-r--r--Documentation/devicetree/bindings/display/st,stm32-dsi.yaml3
1 files changed, 1 insertions, 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:
};
...
-