devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: clps711x: Remove skeleton.dtsi
@ 2018-12-21 10:30 Alexander Shiyan
  2018-12-21 10:30 ` [PATCH 2/4] ARM: dts: clps711x: rename uart device tree nodes Alexander Shiyan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Shiyan @ 2018-12-21 10:30 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, devicetree, Rob Herring, Alexander Shiyan,
	Arnd Bergmann

As explained by commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark
skeleton.dtsi as deprecated"), including skeleton.dtsi is deprecated.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/ep7209.dtsi        | 11 +++++++++--
 arch/arm/boot/dts/ep7211-edb7211.dts |  1 +
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index aaf1261d2ee4..bcaf54221145 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -6,14 +6,17 @@
 
 /dts-v1/;
 
-#include "skeleton.dtsi"
-
 #include <dt-bindings/clock/clps711x-clock.h>
 
 / {
+	#address-cells = <1>;
+	#size-cells = <1>;
+
 	model = "Cirrus Logic EP7209";
 	compatible = "cirrus,ep7209";
 
+	chosen {};
+
 	aliases {
 		gpio0 = &porta;
 		gpio1 = &portb;
@@ -26,6 +29,10 @@
 		timer1 = &timer2;
 	};
 
+	memory {
+		device_type = "memory";
+	};
+
 	cpus {
 		#address-cells = <0>;
 		#size-cells = <0>;
diff --git a/arch/arm/boot/dts/ep7211-edb7211.dts b/arch/arm/boot/dts/ep7211-edb7211.dts
index bc9d5b697452..3475c7777cbc 100644
--- a/arch/arm/boot/dts/ep7211-edb7211.dts
+++ b/arch/arm/boot/dts/ep7211-edb7211.dts
@@ -12,6 +12,7 @@
 	compatible = "cirrus,edb7211", "cirrus,ep7211", "cirrus,ep7209";
 
 	memory {
+		device_type = "memory";
 		reg = <0xc0000000 0x02000000>;
 	};
 
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-21 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-21 10:30 [PATCH 1/4] ARM: dts: clps711x: Remove skeleton.dtsi Alexander Shiyan
2018-12-21 10:30 ` [PATCH 2/4] ARM: dts: clps711x: rename uart device tree nodes Alexander Shiyan
2018-12-21 10:30 ` [PATCH 3/4] ARM: dts: clps711x: Add syscon phandle to device nodes Alexander Shiyan
2018-12-21 10:30 ` [PATCH 4/4] ARM: dts: clps711x: Add keypad devicetree node Alexander Shiyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).