Commit 998a84c2 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication



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: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3e03b4ac
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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 {