aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@gmail.com>2017-02-27 10:38:39 -0600
committerDinh Nguyen <dinguyen@kernel.org>2017-03-06 15:54:58 -0600
commit332ddfab426ebe677be313444e450c382e2bc309 (patch)
treecd1f33377bb68d52a7bd4469afd754775bf8c828 /arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
parentARM: dts: socfpga: Add unit name to clock nodes (diff)
downloadlinux-dev-332ddfab426ebe677be313444e450c382e2bc309.tar.xz
linux-dev-332ddfab426ebe677be313444e450c382e2bc309.zip
ARM: dts: socfpga: Add unit name to memory nodes
Memory nodes in Arria5, Cyclone5 and Arria10 do not have a unit name. This will trigger several warnings like this one (when compiled with W=1): Node /memory has a reg or ranges property, but no unit name Add the corresponding unit name to each node. Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
index 363ee62457fe..893198049397 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
@@ -57,7 +57,7 @@
bootargs = "console=ttyS0,115200";
};
- memory {
+ memory@0 {
name = "memory";
device_type = "memory";
reg = <0x0 0x40000000>; /* 1GB */