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

[ Upstream commit 998a84c27a ]

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Fabio Estevam 2018-12-05 16:10:01 -02:00 committed by Greg Kroah-Hartman
parent bf39f5b323
commit 72a50a1e1c

View file

@ -17,12 +17,8 @@ / {
memory@70000000 { memory@70000000 {
device_type = "memory"; device_type = "memory";
reg = <0x70000000 0x20000000>; reg = <0x70000000 0x20000000>,
}; <0xb0000000 0x20000000>;
memory@b0000000 {
device_type = "memory";
reg = <0xb0000000 0x20000000>;
}; };
regulators { regulators {