ARM: dts: msm: Modify dump_mem dts node property to adapt kernel-6.6 on monaco

Remove DMA property for Reserved memory via memremap instead of DMA API.

Change-Id: I2c717dc3766df7df22f6750941da0e0d03824920
Signed-off-by: Xiaoqi Zhuang <quic_xiaozhua@quicinc.com>
This commit is contained in:
Xiaoqi Zhuang
2024-07-17 10:21:52 +08:00
parent 857c487ffa
commit b4682c47fb

View File

@@ -274,9 +274,7 @@
}; };
dump_mem: mem_dump_region { dump_mem: mem_dump_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
size = <0 0x800000>; size = <0 0x800000>;
}; };