LF-496-3 arm64: dts: imx8qxp: move memory-region to soc dtsi
authorPeng Fan <peng.fan@nxp.com>
Tue, 17 Dec 2019 03:04:23 +0000 (11:04 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:44 +0000 (11:21 +0800)
memory-region in ss dtsi is not correct, it should be in soc dtsi,
because the referenced region is in soc dtsi

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index a126b52..6b45696 100644 (file)
@@ -65,7 +65,6 @@
                        <&lsio_mu13 2 1>,
                        <&lsio_mu13 3 0>,
                        <&lsio_mu13 3 1>;
-               memory-region = <&dsp_reserved>;
                status = "disabled";
        };
 };
index d6b7561..5fc77e1 100644 (file)
        clock-latency = <61036>;
        #cooling-cells = <2>;
 };
+
+&dsp {
+       memory-region = <&dsp_reserved>;
+};