aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 16:40:06 +0800
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 21:30:38 +0200
commit2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea (patch)
tree75e1e1d33e0548f2bc1ca2553b557720aac0baf0
parentARM: dts: berlin2cd: Remove skeleton.dtsi inclusion (diff)
downloadlinux-dev-2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea.tar.xz
linux-dev-2653c8cbdfbc1d51bdb3d1a0e421c88e32fb18ea.zip
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.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index 15c857aa796e..c57aa2837799 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;