diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-12-05 19:10:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:03:07 +0100 |
commit | 998a84c27a7f3f9133d32af64e19c05cec161a1a (patch) | |
tree | 74c46b66d16c7a71a648ca83fa283e2941650a49 /arch | |
parent | ARM: dts: vf610-zii-scu4-aib: Add HI8435 support (diff) | |
download | linux-998a84c27a7f3f9133d32af64e19c05cec161a1a.tar.xz linux-998a84c27a7f3f9133d32af64e19c05cec161a1a.zip |
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: 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>
Diffstat (limited to 'arch')
-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 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 { |