From: Masahiro Yamada Date: Mon, 30 Mar 2020 09:22:18 +0000 (+0900) Subject: dt-bindings: uniphier-system-bus: fix warning in the example X-Git-Tag: v5.10.7~2911^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39eca91c7c2aec931a93b4df84a70e485e8b3542;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml b/Documentation/devicetree/bindings/bus/socionext,uniphier-system-bus.yaml index ff9600d..c4c9119 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>;