aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/keystone-k2g-evm.dts
diff options
context:
space:
mode:
authorFranklin S Cooper Jr <fcooper@ti.com>2017-05-21 22:46:56 -0700
committerSantosh Shilimkar <ssantosh@kernel.org>2017-05-21 22:46:56 -0700
commit99d20cf520731daac427e27bab71a6d98d3751c4 (patch)
treeef2f4abf6d37f4c54f2e95ca53ddb6caccf51293 /arch/arm/boot/dts/keystone-k2g-evm.dts
parentARM: dts: keystone-k2g: Remove skeleton.dtsi (diff)
downloadlinux-dev-99d20cf520731daac427e27bab71a6d98d3751c4.tar.xz
linux-dev-99d20cf520731daac427e27bab71a6d98d3751c4.zip
ARM: dts: k2g-evm: Add unit address to memory node
With the new Keystone 2 Industrial Communication EVM adding the unit address to the memory node it made sense to add it for this board also. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2g-evm.dts')
-rw-r--r--arch/arm/boot/dts/keystone-k2g-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts
index 692fcbb1434a..61883cb969d2 100644
--- a/arch/arm/boot/dts/keystone-k2g-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2g-evm.dts
@@ -20,7 +20,7 @@
compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone";
model = "Texas Instruments K2G General Purpose EVM";
- memory {
+ memory@800000000 {
device_type = "memory";
reg = <0x00000008 0x00000000 0x00000000 0x80000000>;
};