Commit 2653c8cb authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Sebastian Hesselbarth

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.htmlSigned-off-by: default avatarJisheng Zhang <jszhang@marvell.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 7283af5f
...@@ -39,13 +39,14 @@ ...@@ -39,13 +39,14 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "skeleton.dtsi"
#include <dt-bindings/clock/berlin2.h> #include <dt-bindings/clock/berlin2.h>
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
/ { / {
model = "Marvell Armada 1500 (BG2) SoC"; model = "Marvell Armada 1500 (BG2) SoC";
compatible = "marvell,berlin2", "marvell,berlin"; compatible = "marvell,berlin2", "marvell,berlin";
#address-cells = <1>;
#size-cells = <1>;
aliases { aliases {
serial0 = &uart0; serial0 = &uart0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment