diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 16:40:06 +0800 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 21:30:38 +0200 |
commit | 2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea (patch) | |
tree | 75e1e1d33e0548f2bc1ca2553b557720aac0baf0 | |
parent | 7283af5f6f70113518882ef31e28189b1380aa73 (diff) | |
download | op-kernel-dev-2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea.zip op-kernel-dev-2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea.tar.gz |
ARM: dts: berlin2: Remove skeleton.dtsi inclusion
As noted in [1], "there are a number of problems with skeleton.dtsi,
and it would be prefereable to remove it entirely." This patch is to
remove skeleton.dtsi inclusion from berlin2.
[1] http://www.spinics.net/lists/arm-kernel/msg528080.html
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-rw-r--r-- | arch/arm/boot/dts/berlin2.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi index 15c857a..c57aa28 100644 --- a/arch/arm/boot/dts/berlin2.dtsi +++ b/arch/arm/boot/dts/berlin2.dtsi @@ -39,13 +39,14 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include "skeleton.dtsi" #include <dt-bindings/clock/berlin2.h> #include <dt-bindings/interrupt-controller/arm-gic.h> / { model = "Marvell Armada 1500 (BG2) SoC"; compatible = "marvell,berlin2", "marvell,berlin"; + #address-cells = <1>; + #size-cells = <1>; aliases { serial0 = &uart0; |