diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2017-05-21 22:46:56 -0700 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-05-21 22:46:56 -0700 |
commit | 99d20cf520731daac427e27bab71a6d98d3751c4 (patch) | |
tree | ef2f4abf6d37f4c54f2e95ca53ddb6caccf51293 /arch/arm/boot/dts/keystone-k2g-evm.dts | |
parent | f402573fc010fe05fb901ccb6057c4872c392a56 (diff) | |
download | lwn-99d20cf520731daac427e27bab71a6d98d3751c4.tar.gz lwn-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.dts | 2 |
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>; }; |