linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion
@ 2018-02-27 18:17 Fabio Estevam
  2018-02-27 18:17 ` [PATCH 2/5] ARM: dts: vf: Add memory node unit name Fabio Estevam
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Fabio Estevam @ 2018-02-27 18:17 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Since commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as
deprecated") the inclusion of skeleton.dtsi is deprecated, so
remove it as this file will eventually go away someday.

Move its content to the SoC dtsi file, so that the resultant dtb
is the same.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/vf500.dtsi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
index 348bcd3..1e3b479 100644
--- a/arch/arm/boot/dts/vf500.dtsi
+++ b/arch/arm/boot/dts/vf500.dtsi
@@ -39,11 +39,16 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "skeleton.dtsi"
 #include "vfxxx.dtsi"
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 
 / {
+	#address-cells = <1>;
+	#size-cells = <1>;
+	chosen { };
+	aliases { };
+	memory { device_type = "memory"; reg = <0 0>; };
+
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
2.7.4

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

end of thread, other threads:[~2018-03-03 22:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27 18:17 [PATCH 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion Fabio Estevam
2018-02-27 18:17 ` [PATCH 2/5] ARM: dts: vf: Add memory node unit name Fabio Estevam
2018-02-27 18:17 ` [PATCH 3/5] ARM: dts: vf500: Remove empty reg memory property Fabio Estevam
2018-03-03 22:30   ` Stefan Agner
2018-02-27 18:17 ` [PATCH 4/5] ARM: dts: vf610m4: Remove skeleton.dtsi inclusion Fabio Estevam
2018-02-27 18:17 ` [PATCH 5/5] ARM: dts: vf610m4: Remove empty reg memory property Fabio Estevam
2018-03-01  0:45 ` [PATCH 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion Shawn Guo

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).