mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user