diff options
author | Joachim Eastwood <manabian@gmail.com> | 2016-08-30 00:33:56 +0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2016-09-06 22:53:16 +0300 |
commit | 05b23ebc2bd9b85fcc1891c2bd20b1949861ea77 (patch) | |
tree | b98de20b8fc88c8db125f73714a3ce26dec270dd /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 3ed6d3cb14097218629ace56aa1a2d0a862b3125 (diff) | |
download | linux-05b23ebc2bd9b85fcc1891c2bd20b1949861ea77.tar.xz |
ARM: dts: armv7-m: remove skeleton.dtsi include
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>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index 3d828fcfc7c4..e956ea8aff16 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -11,6 +11,7 @@ * */ +#include "skeleton.dtsi" #include "armv7-m.dtsi" #include "dt-bindings/clock/lpc18xx-cgu.h" |