Skip to content

Commit 39eca91

Browse files
masahir0yrobherring
authored andcommitted
dt-bindings: uniphier-system-bus: fix warning in the example
Fix the following warning from 'make dt_binding_check'. Warning (unit_address_vs_reg): /example-0/system-bus: node has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 33b0cb3 commit 39eca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ examples:
7272
// - the UART device is connected at the offset 0x00200000 of CS5 and
7373
// mapped to 0x46200000 of the parent bus.
7474
75-
system-bus {
75+
system-bus@58c00000 {
7676
compatible = "socionext,uniphier-system-bus";
7777
reg = <0x58c00000 0x400>;
7878
#address-cells = <2>;

0 commit comments

Comments
 (0)