ARM: dts: armv7-m: remove skeleton.dtsi include
authorJoachim Eastwood <manabian@gmail.com>
Mon, 29 Aug 2016 21:33:56 +0000 (23:33 +0200)
committerJoachim Eastwood <manabian@gmail.com>
Tue, 6 Sep 2016 19:53:16 +0000 (21:53 +0200)
Remove skeleton.dtsi from the common ARM Cortex-M dtsi. This will allow
us to remove skeleton.dtsi on a per platform basis and get rid of the
unit address warning on the memory nodes without getting duplicate memory
nodes.

See 3ebee5a2e141 ("arm64: dts: kill skeleton.dtsi") for additional
reasons not to use the skeleton.dtsi.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Vladimir Murzin <vladimir.murzin@arm.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/armv7-m.dtsi
arch/arm/boot/dts/efm32gg.dtsi
arch/arm/boot/dts/lpc18xx.dtsi
arch/arm/boot/dts/mps2.dtsi
arch/arm/boot/dts/stm32f429.dtsi
arch/arm/boot/dts/vf610m4.dtsi

index 16331aa..ba332e3 100644 (file)
@@ -1,5 +1,3 @@
-#include "skeleton.dtsi"
-
 / {
        nvic: interrupt-controller@e000e100  {
                compatible = "arm,armv7m-nvic";
index c747983..d9dbf7f 100644 (file)
@@ -4,6 +4,8 @@
  * Documentation available from
  * http://www.silabs.com/Support%20Documents/TechnicalDocs/EFM32GG-RM.pdf
  */
+
+#include "skeleton.dtsi"
 #include "armv7-m.dtsi"
 #include "dt-bindings/clock/efm32-cmu.h"
 
index 3d828fc..e956ea8 100644 (file)
@@ -11,6 +11,7 @@
  *
  */
 
+#include "skeleton.dtsi"
 #include "armv7-m.dtsi"
 
 #include "dt-bindings/clock/lpc18xx-cgu.h"
index e3fed8d..efb8a03 100644 (file)
@@ -42,6 +42,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include "skeleton.dtsi"
 #include "armv7-m.dtsi"
 
 / {
index 35df462..8e69328 100644 (file)
@@ -45,6 +45,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include "skeleton.dtsi"
 #include "armv7-m.dtsi"
 #include <dt-bindings/pinctrl/stm32f429-pinfunc.h>
 
index 9ffe2eb..9f2c731 100644 (file)
@@ -42,6 +42,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include "skeleton.dtsi"
 #include "armv7-m.dtsi"
 #include "vfxxx.dtsi"