linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication
@ 2018-12-05 18:10 marcofrk
  2018-12-05 18:10 ` [PATCH v2 2/3] ARM: dts: imx6dl-mamoj: Add a memory node marcofrk
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: marcofrk @ 2018-12-05 18:10 UTC (permalink / raw)
  To: shawnguo
  Cc: robh, marcofrk, kernel, Marco Franchi, festevam, linux-arm-kernel

From: Fabio Estevam <festevam@gmail.com>

imx53-voipac-dmm-668 has two memory nodes, but the correct representation
would be to use a single one with two reg entries - one for each RAM chip
select, so fix it accordingly.

Reported-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
---
Changes since v1:
- Newly introduced in this version

 arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
index f83a8c62ea53..d595034f3f1b 100644
--- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
+++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
@@ -17,12 +17,8 @@
 
 	memory@70000000 {
 		device_type = "memory";
-		reg = <0x70000000 0x20000000>;
-	};
-
-	memory@b0000000 {
-		device_type = "memory";
-		reg = <0xb0000000 0x20000000>;
+		reg = <0x70000000 0x20000000>,
+		      <0xb0000000 0x20000000>;
 	};
 
 	regulators {
-- 
2.17.1


_______________________________________________
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:[~2018-12-06  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 18:10 [PATCH v2 1/3] ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication marcofrk
2018-12-05 18:10 ` [PATCH v2 2/3] ARM: dts: imx6dl-mamoj: Add a memory node marcofrk
2018-12-05 18:10 ` [PATCH v2 3/3] ARM: dts: imx6qdl: Fix memory node duplication marcofrk
2018-12-05 18:36   ` Fabio Estevam
2018-12-06  7:43 ` [PATCH v2 1/3] ARM: dts: imx53-voipac-dmm-668: " 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).