diff options
| author | Rob Herring <robh@kernel.org> | 2022-08-10 10:03:40 -0600 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2022-08-22 15:01:26 -0500 |
| commit | 88164dada2d09a3ac02a9e86e3bf7e8267e137c2 (patch) | |
| tree | a9ce29b4267c8565f417eb68fc98544503d01b90 | |
| parent | c8fa60b2303139572eb270ce072754b88668f4c6 (diff) | |
| download | linux-88164dada2d09a3ac02a9e86e3bf7e8267e137c2.tar.gz linux-88164dada2d09a3ac02a9e86e3bf7e8267e137c2.zip | |
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
| -rw-r--r-- | Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml b/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml index be69e0cc50fc..c9958f824d9a 100644 --- a/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml +++ b/Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml @@ -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"; |
