MLK-25356 arm64: dts: imx8mp: fix overlap for reserved memory for isp
authorRobby Cai <robby.cai@nxp.com>
Thu, 1 Apr 2021 12:09:30 +0000 (20:09 +0800)
committerRobby Cai <robby.cai@nxp.com>
Mon, 19 Apr 2021 13:46:58 +0000 (21:46 +0800)
Remove reserved memory for isp1 because now only use one isp0 for tuning tool.
The reserved memory is only used for tuning tool, could be removed for normal
operations.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: G.n. Zhou <guoniu.zhou@nxp.com>
(cherry picked from commit 5f2220e87dd8a8fb86f524ea7945ab1d4155bc73)

arch/arm64/boot/dts/freescale/imx8mp.dtsi

index 11ae2c5..0d72ea9 100755 (executable)
                        reg = <0 0x92400000 0 0x2000000>;
                };
 
-               isp0_reserved: isp0@B0000000 {
+               /* used only by tuning tool, can be removed for normal case */
+               isp0_reserved: isp0@94400000 {
                        no-map;
-                       reg = <0 0xB0000000 0 0x10000000>;
-               };
-
-               isp1_reserved: isp1@B0000000 {
-                       no-map;
-                       reg = <0 0xB0000000 0 0x10000000>;
+                       reg = <0 0x94400000 0 0x10000000>;
                };
        };
 
                                        power-domains = <&ispdwp_pd>;
                                        id = <1>;
                                        gpr = <&media_blk_ctrl>;
-                                       memory-region = <&isp1_reserved>;
                                        status = "disabled";
                                };