From: Franklin S Cooper Jr Date: Mon, 22 May 2017 05:46:56 +0000 (-0700) Subject: ARM: dts: k2g-evm: Add unit address to memory node X-Git-Tag: v4.14-rc1~607^2~21^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99d20cf520731daac427e27bab71a6d98d3751c4;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts index 692fcbb..61883cb 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>; };