]> git.sur5r.net Git - u-boot/commitdiff
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 2c99df44600e684b9d072c0cf44c82cd9fb14398..f6fce33b98bbfa174132c09d4f08e81c5dccb854 100644 (file)
        chosen {
                stdout-path = &uart0;
        };
+
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x80000000 0x80000000>;
+       };
 };
 
 &mdio {
index f05afb723f8b309dac5e7a0068f8935a5b8b0186..7b2fae6860506ae48de368f800d1945240cb4a7a 100644 (file)
                i2c2 = &i2c2;
        };
 
-       memory {
-               device_type = "memory";
-               reg = <0x80000000 0x80000000>;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;