Commit 0d3f97db7174b6ecff9b5fb4c9a48b343360a154

Authored by Cooper Jr., Franklin
Committed by Tom Rini
1 parent df5ec72d7a

ARM: dts: keystone-k2g-evm: Add unit address to memory node

Upstream Linux has the unit address being added to the various 66AK2Gx
boards dts. Therefore, update the dts to mimic this change.

Also remove memory node from the base K2G dtsi file.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 2 changed files with 5 additions and 5 deletions Side-by-side Diff

arch/arm/dts/keystone-k2g-evm.dts
... ... @@ -18,6 +18,11 @@
18 18 chosen {
19 19 stdout-path = &uart0;
20 20 };
  21 +
  22 + memory@80000000 {
  23 + device_type = "memory";
  24 + reg = <0x80000000 0x80000000>;
  25 + };
21 26 };
22 27  
23 28 &mdio {
arch/arm/dts/keystone-k2g.dtsi
... ... @@ -30,11 +30,6 @@
30 30 i2c2 = &i2c2;
31 31 };
32 32  
33   - memory {
34   - device_type = "memory";
35   - reg = <0x80000000 0x80000000>;
36   - };
37   -
38 33 cpus {
39 34 #address-cells = <1>;
40 35 #size-cells = <0>;