Commit 88164dad authored by Rob Herring's avatar Rob Herring

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: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220810160341.51995-2-robh@kernel.org
parent c8fa60b2
......@@ -37,9 +37,6 @@ examples:
compatible = "arm,versatile-sysreg", "syscon", "simple-mfd";
reg = <0x00000 0x1000>;
#address-cells = <1>;
#size-cells = <0>;
panel {
compatible = "arm,versatile-tft-panel";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment