All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: i.MX51: Add device_type to Digi ConnectCore memory node
@ 2018-12-23  6:03 Alexander Shiyan
  2018-12-23  6:03 ` [PATCH 2/4] ARM: dts: i.MX51: digi-connectcore: Move RTC from SOM to JSK Alexander Shiyan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander Shiyan @ 2018-12-23  6:03 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Alexander Shiyan, Sascha Hauer, NXP Linux Team,
	Pengutronix Kernel Team, Fabio Estevam, Shawn Guo

The current imx51-digi-connectcore-som.dtsi lacks a 'device_type = "memory"'
for its memory node. This patch adds it.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi b/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi
index 5761a66..82d8df0 100644
--- a/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi
+++ b/arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi
@@ -17,6 +17,7 @@
 	compatible = "digi,connectcore-ccxmx51-som", "fsl,imx51";
 
 	memory@90000000 {
+		device_type = "memory";
 		reg = <0x90000000 0x08000000>;
 	};
 };
-- 
2.10.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-01-12  3:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-23  6:03 [PATCH 1/4] ARM: dts: i.MX51: Add device_type to Digi ConnectCore memory node Alexander Shiyan
2018-12-23  6:03 ` [PATCH 2/4] ARM: dts: i.MX51: digi-connectcore: Move RTC from SOM to JSK Alexander Shiyan
2018-12-23  6:03 ` [PATCH 3/4] ARM: dts: i.MX51: imx51-digi-connectcore: Enable ESDHC1 Alexander Shiyan
2018-12-23  6:03 ` [PATCH 4/4] ARM: dts: i.MX51: digi-connectcore-som: Add support for I2C bus recovery Alexander Shiyan
2019-01-12  3:05 ` [PATCH 1/4] ARM: dts: i.MX51: Add device_type to Digi ConnectCore memory node Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.