diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-12-05 21:10:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 17:37:10 +0300 |
commit | 221c05bd1f8c996751f48f5de5a3f1ae0890a9cd (patch) | |
tree | a22b21e907f99c1d1dd0578a06ebdd2442f3d0a8 /arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | |
parent | 6fd7de500ef668af49dfa1e507eadb5d02a69ca0 (diff) | |
download | linux-221c05bd1f8c996751f48f5de5a3f1ae0890a9cd.tar.xz |
ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication
[ Upstream commit 998a84c27a7f3f9133d32af64e19c05cec161a1a ]
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | 8 |
1 files 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 df8dafe2564d..2297ed90ee89 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 { |