aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 04:40:04 -0400
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 15:30:27 -0400
commit2702d6161f5a58e4f7d2478b16c3b4065f744943 (patch)
tree4f70b5a69e4a7083a0bb5c146830ac06585d42e5
parentb009cb358e0ea736972e97e3873f26f39a9b9697 (diff)
ARM: dts: berlin2q: 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 berlin2q. [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/berlin2q.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index 7e61d04da769..464a52853cba 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -37,11 +37,11 @@
37#include <dt-bindings/clock/berlin2q.h> 37#include <dt-bindings/clock/berlin2q.h>
38#include <dt-bindings/interrupt-controller/arm-gic.h> 38#include <dt-bindings/interrupt-controller/arm-gic.h>
39 39
40#include "skeleton.dtsi"
41
42/ { 40/ {
43 model = "Marvell Armada 1500 pro (BG2-Q) SoC"; 41 model = "Marvell Armada 1500 pro (BG2-Q) SoC";
44 compatible = "marvell,berlin2q", "marvell,berlin"; 42 compatible = "marvell,berlin2q", "marvell,berlin";
43 #address-cells = <1>;
44 #size-cells = <1>;
45 45
46 aliases { 46 aliases {
47 serial0 = &uart0; 47 serial0 = &uart0;