diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-26 14:04:08 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-07 05:24:48 +0900 |
commit | 2201c7f10d4f55e35acd93b9323cdf37ea49d95c (patch) | |
tree | a7b99356dfdada41f11bcbdd4ce29a0281f64556 /arch/arm/boot/dts/uniphier-support-card.dtsi | |
parent | 8e2b908b9f26258c2679d13d7001a9d571baff94 (diff) | |
download | talos-obmc-linux-2201c7f10d4f55e35acd93b9323cdf37ea49d95c.tar.gz talos-obmc-linux-2201c7f10d4f55e35acd93b9323cdf37ea49d95c.zip |
ARM: dts: uniphier: fix no unit name warnings
Fix warnings reported when built with W=1:
Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-support-card.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-support-card.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/uniphier-support-card.dtsi b/arch/arm/boot/dts/uniphier-support-card.dtsi index 51ecc9b9c0ce..f61dfec2807f 100644 --- a/arch/arm/boot/dts/uniphier-support-card.dtsi +++ b/arch/arm/boot/dts/uniphier-support-card.dtsi @@ -1,7 +1,8 @@ /* * Device Tree Source for UniPhier Support Card (Expansion Board) * - * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> + * Copyright (C) 2015-2017 Socionext Inc. + * Author: Masahiro Yamada <yamada.masahiro@socionext.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -46,7 +47,7 @@ status = "okay"; ranges = <1 0x00000000 0x42000000 0x02000000>; - support_card: support_card { + support_card: support_card@1,1f00000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |