diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-03-30 18:22:18 +0900 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-31 16:07:48 -0600 |
commit | 39eca91c7c2aec931a93b4df84a70e485e8b3542 (patch) | |
tree | 1d13bd01294770276a9a92bd54eab1048c7a5815 /Documentation | |
parent | 33b0cb370f97ebc5a722c2cf50821e8322267261 (diff) | |
download | linux-39eca91c7c2aec931a93b4df84a70e485e8b3542.tar.bz2 |
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 <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml index ff9600d6de3b..c4c9119e4a20 100644 --- a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml +++ b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml @@ -72,7 +72,7 @@ examples: // - the UART device is connected at the offset 0x00200000 of CS5 and // mapped to 0x46200000 of the parent bus. - system-bus { + system-bus@58c00000 { compatible = "socionext,uniphier-system-bus"; reg = <0x58c00000 0x400>; #address-cells = <2>; |