lkml.org 
[lkml]   [2019]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 034/209] ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication
    Date
    From: Fabio Estevam <festevam@gmail.com>

    [ 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>
    ---
    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 df8dafe2564dd..2297ed90ee895 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.20.1


    \
     
     \ /
      Last update: 2019-12-04 19:02    [W:5.409 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site