Skip to content

Commit 0b3f3ad

Browse files
fabioestevamrobherring
authored andcommitted
dt-bindings: display: arm: versatile: Pass the sysreg unit name
Pass the sysreg unit name to fix the following warning seen with 'make dt_binding_check': Warning (unit_address_vs_reg): /example-0/sysreg: node has a reg or ranges property, but no unit name Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent dd075b6 commit 0b3f3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ additionalProperties: false
3333

3434
examples:
3535
- |
36-
sysreg {
36+
sysreg@0 {
3737
compatible = "arm,versatile-sysreg", "syscon", "simple-mfd";
3838
reg = <0x00000 0x1000>;
3939

0 commit comments

Comments
 (0)