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

dt-bindings: display: arm,versatile-tft-panel: Drop erroneous properties in example

The 'arm,versatile-sysreg' node in the example should not have
'#address-cells' and '#size-cells' properties as the child node doesn't
have 'reg'.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220810160341.51995-2-robh@kernel.org

-3
-3
Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
··· 37 37 compatible = "arm,versatile-sysreg", "syscon", "simple-mfd"; 38 38 reg = <0x00000 0x1000>; 39 39 40 - #address-cells = <1>; 41 - #size-cells = <0>; 42 - 43 40 panel { 44 41 compatible = "arm,versatile-tft-panel"; 45 42