summaryrefslogtreecommitdiff
path: root/arch/arm/dts/keystone-k2g.dtsi
diff options
context:
space:
mode:
authorCooper Jr., Franklin <fcooper@ti.com>2017-06-16 17:25:28 -0500
committerTom Rini <trini@konsulko.com>2017-07-10 14:26:00 -0400
commitdf5ec72d7adf5cdb452e79228fe3d344ef47167d (patch)
tree71ba38882172b0a4c43d413f4dfc0fee06967340 /arch/arm/dts/keystone-k2g.dtsi
parent92761fcc2fdad58e74dd54e24b55e645adca1241 (diff)
ARM: dts: keystone-k2g: Remove skeleton.dtsi
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>
Diffstat (limited to 'arch/arm/dts/keystone-k2g.dtsi')
-rw-r--r--arch/arm/dts/keystone-k2g.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/keystone-k2g.dtsi b/arch/arm/dts/keystone-k2g.dtsi
index 191e3f167a..f05afb723f 100644
--- a/arch/arm/dts/keystone-k2g.dtsi
+++ b/arch/arm/dts/keystone-k2g.dtsi
@@ -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;