Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Franklin S Cooper Jr and committed by
Santosh Shilimkar
99d20cf5 f402573f

+1 -1
+1 -1
arch/arm/boot/dts/keystone-k2g-evm.dts
··· 20 20 compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone"; 21 21 model = "Texas Instruments K2G General Purpose EVM"; 22 22 23 - memory { 23 + memory@800000000 { 24 24 device_type = "memory"; 25 25 reg = <0x00000008 0x00000000 0x00000000 0x80000000>; 26 26 };