Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1477162 > unrolled thread

[PATCH 03/10] ARM: dts: berlin2: Remove skeleton.dtsi inclusion

Started byJisheng Zhang <jszhang@marvell.com>
First post2016-09-06 10:50 +0200
Last post2016-09-06 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 03/10] ARM: dts: berlin2: Remove skeleton.dtsi inclusion Jisheng Zhang <jszhang@marvell.com> - 2016-09-06 10:50 +0200

#1477162 — [PATCH 03/10] ARM: dts: berlin2: Remove skeleton.dtsi inclusion

FromJisheng Zhang <jszhang@marvell.com>
Date2016-09-06 10:50 +0200
Subject[PATCH 03/10] ARM: dts: berlin2: Remove skeleton.dtsi inclusion
Message-ID<sekeR-83f-7@gated-at.bofh.it>
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>
---
 arch/arm/boot/dts/berlin2.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index ae81009..c89a441 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;
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web