ARM: dts: keystone-k2g-evm: Add unit address to memory node
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:29 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:00 +0000 (14:26 -0400)
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>
arch/arm/dts/keystone-k2g-evm.dts
arch/arm/dts/keystone-k2g.dtsi

index 2c99df4..f6fce33 100644 (file)
        chosen {
                stdout-path = &uart0;
        };
+
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x80000000 0x80000000>;
+       };
 };
 
 &mdio {
index f05afb7..7b2fae6 100644 (file)
                i2c2 = &i2c2;
        };
 
-       memory {
-               device_type = "memory";
-               reg = <0x80000000 0x80000000>;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;