summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSekhar Nori2018-04-18 11:24:08 +0200
committerSekhar Nori2018-04-24 10:59:20 +0200
commit01de0be5c1a3a03d043fd28c2a6a6fef245c9ab8 (patch)
tree325d0f6a37b4a7d0eb09efbb5276958c0f29458c /arch/arm
parentARM: dts: da850: get rid of skeleton.dtsi (diff)
downloadkernel-qcow2-linux-01de0be5c1a3a03d043fd28c2a6a6fef245c9ab8.tar.gz
kernel-qcow2-linux-01de0be5c1a3a03d043fd28c2a6a6fef245c9ab8.tar.xz
kernel-qcow2-linux-01de0be5c1a3a03d043fd28c2a6a6fef245c9ab8.zip
ARM: dts: da850-lcdk: add unit name for memory node
Add unit name for memory node to squash the W=1 warning: arch/arm/boot/dts/da850-lcdk.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name While at it, drop the device_type property from memory node since its provided by da850.dtsi already. Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/da850-lcdk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index a1f4d6d5a569..0edf769ea95c 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -21,8 +21,8 @@
stdout-path = "serial2:115200n8";
};
- memory {
- device_type = "memory";
+ memory@c0000000 {
+ /* 128 MB DDR2 SDRAM @ 0xc0000000 */
reg = <0xc0000000 0x08000000>;
};