Skip to content
Snippets Groups Projects
Commit 927b37a7 authored by Ajay Dudani's avatar Ajay Dudani
Browse files

msm8916: cma: Drop secure memory buffers


seed does not support widevine level 1, nor wfd; drop these CMA
secure buffers to reclaim memory.

Change-Id: I5b3404a8433ee5ee8e5753b4f81b3aab7af1c03f
Signed-off-by: default avatarAjay Dudani <adudani@google.com>
parent 0fb02109
No related branches found
No related tags found
No related merge requests found
...@@ -26,14 +26,6 @@ ...@@ -26,14 +26,6 @@
qcom,ion-heap-type = "SYSTEM_CONTIG"; qcom,ion-heap-type = "SYSTEM_CONTIG";
}; };
qcom,ion-heap@8 { /* CP_MM HEAP */
compatible = "qcom,msm-ion-reserve";
reg = <8>;
qcom,heap-align = <0x1000>;
linux,contiguous-region = <&secure_mem>;
qcom,ion-heap-type = "SECURE_DMA";
};
qcom,ion-heap@27 { /* QSEECOM HEAP */ qcom,ion-heap@27 { /* QSEECOM HEAP */
compatible = "qcom,msm-ion-reserve"; compatible = "qcom,msm-ion-reserve";
reg = <27>; reg = <27>;
......
...@@ -41,12 +41,6 @@ ...@@ -41,12 +41,6 @@
label = "peripheral_mem"; label = "peripheral_mem";
}; };
secure_mem: secure_region@0 {
linux,reserve-contiguous-region;
reg = <0 0 0 0x6D00000>;
label = "secure_mem";
};
venus_qseecom_mem: venus_qseecom_region@0 { venus_qseecom_mem: venus_qseecom_region@0 {
linux,reserve-contiguous-region; linux,reserve-contiguous-region;
linux,memory-limit = <0x90000000>; linux,memory-limit = <0x90000000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment