]> git.sur5r.net Git - u-boot/commitdiff
ARM: dts: keystone-k2g: Remove skeleton.dtsi
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:28 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:00 +0000 (14:26 -0400)
Adding the unit address to the memory node was causing the below error:
Warning (reg_format): "reg" property in /memory has invalid length
(8 bytes) (#address-cells == 2, #size-cells == 2)

Further debugging showed that this was due to the memory node added by
default to skeleton.dtsi which was being included in keystone-k2g.dtsi.
Adding a missing node was all that was needed to remove this deprecated
dtsi file from the SoC dtsi. With skeleton.dtsi removed the dtc compiler
no longer complained about including the unit address for the memory node.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/keystone-k2g.dtsi

index 191e3f167a609c61e23a02d35430c8fcd0d5b42c..f05afb723f8b309dac5e7a0068f8935a5b8b0186 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include <dt-bindings/interrupt-controller/arm-gic.h>
-#include "skeleton.dtsi"
 
 / {
        model = "Texas Instruments K2G SoC";
@@ -17,6 +16,8 @@
        #size-cells = <1>;
        interrupt-parent = <&gic>;
 
+       chosen { };
+
        aliases {
                serial0 = &uart0;
                spi0 = &spi0;