diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 04:40:05 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2016-09-28 15:30:33 -0400 |
commit | 7283af5f6f70113518882ef31e28189b1380aa73 (patch) | |
tree | 85fe09660b79a4a5db9115e65b19352cefa171f3 /arch/arm/boot | |
parent | 2702d6161f5a58e4f7d2478b16c3b4065f744943 (diff) |
ARM: dts: berlin2cd: 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 berlin2cd.
[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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/berlin2cd.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi index 6d06b6118d83..d2bf390f5d30 100644 --- a/arch/arm/boot/dts/berlin2cd.dtsi +++ b/arch/arm/boot/dts/berlin2cd.dtsi | |||
@@ -39,13 +39,14 @@ | |||
39 | * OTHER DEALINGS IN THE SOFTWARE. | 39 | * OTHER DEALINGS IN THE SOFTWARE. |
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "skeleton.dtsi" | ||
43 | #include <dt-bindings/clock/berlin2.h> | 42 | #include <dt-bindings/clock/berlin2.h> |
44 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 43 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
45 | 44 | ||
46 | / { | 45 | / { |
47 | model = "Marvell Armada 1500-mini (BG2CD) SoC"; | 46 | model = "Marvell Armada 1500-mini (BG2CD) SoC"; |
48 | compatible = "marvell,berlin2cd", "marvell,berlin"; | 47 | compatible = "marvell,berlin2cd", "marvell,berlin"; |
48 | #address-cells = <1>; | ||
49 | #size-cells = <1>; | ||
49 | 50 | ||
50 | aliases { | 51 | aliases { |
51 | serial0 = &uart0; | 52 | serial0 = &uart0; |