ARM: dts: msm: Update qseecom memory node for SM8150

Update qseecom node to allocate from a carveout.

Change-Id: I0e4b301bccd238c7e61a949963f0a53ec2050b8c
This commit is contained in:
Shreyas K K
2022-11-14 15:26:40 +05:30
parent b1bf903b97
commit 8dcba27813
2 changed files with 3 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
qcom,qseecom {
qcom,dma-heap-name = "qcom,qseecom";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
memory-region = <&qseecom_mem>;
};

View File

@@ -456,10 +456,8 @@
qseecom_mem: qseecom_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x1400000>;
no-map;
reg = <0x0 0x9e400000 0x0 0x1400000>;
};
cdsp_sec_mem: cdsp_sec_regions {