diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-03 19:40:41 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-08 16:48:38 +0800 |
commit | 1a2f1395af9403c4921211aae5def57c9b87cef1 (patch) | |
tree | cc589fbe3844e6657498dfe1f260f1e554a689d9 /arch/arm/boot/dts/vf610m4-colibri.dts | |
parent | c06f616d35c96e429183cfdbd755f66383862e32 (diff) | |
download | lwn-1a2f1395af9403c4921211aae5def57c9b87cef1.tar.gz lwn-1a2f1395af9403c4921211aae5def57c9b87cef1.zip |
ARM: dts: vf: Add memory node unit name
Include memory node unit name in order to fix the following W=1
warnings:
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610m4-colibri.dts')
-rw-r--r-- | arch/arm/boot/dts/vf610m4-colibri.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf610m4-colibri.dts b/arch/arm/boot/dts/vf610m4-colibri.dts index 7198e8cceb0d..2b237ef887b8 100644 --- a/arch/arm/boot/dts/vf610m4-colibri.dts +++ b/arch/arm/boot/dts/vf610m4-colibri.dts @@ -54,7 +54,7 @@ linux,stdout-path = "&uart2"; }; - memory { + memory@8c000000 { reg = <0x8c000000 0x3000000>; }; }; |