diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:30 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:24 +0200 |
commit | 278cb79cc113a56467b93244ac3812bc049eb20a (patch) | |
tree | 860ad42d4699ad186592376722362773062feb39 /arch/arm/boot/dts/am335x-igep0033.dtsi | |
parent | ARM: dts: omap5: Add missing unit name to memory nodes (diff) | |
download | linux-278cb79cc113a56467b93244ac3812bc049eb20a.tar.xz linux-278cb79cc113a56467b93244ac3812bc049eb20a.zip |
ARM: dts: am335x: Add missing unit name to memory nodes
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-igep0033.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-igep0033.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi index df95818b4f67..a5769a8f5fc8 100644 --- a/arch/arm/boot/dts/am335x-igep0033.dtsi +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi @@ -20,7 +20,7 @@ }; }; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; |