mirror of https://gitee.com/openkylin/linux.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 <fcooper@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
parent
f402573fc0
commit
99d20cf520
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue