mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: disable lsr heap for aurora LA
lsr dma-buf heaps not needed for LA, so added change to disable below lsr heaps. 1. qcom,lsr_lefteye 2. qcom,lsr_righteye 3. qcom,lsr_depth 4. qcom,lsr_misc 5. qcom,secure_lsr_lefteye 6. qcom,secure_lsr_righteye 7. qcom,secure_lsr_depth 8. qcom,secure_lsr_misc. Change-Id: Ibf4c7a714de55e552eed92ab36c65071ecfeeec0
This commit is contained in:
@@ -4,52 +4,52 @@
|
||||
qcom,dma-heaps {
|
||||
compatible = "qcom,dma-heaps";
|
||||
|
||||
qcom,lsr_lefteye {
|
||||
lsr_lefteye_dma_buf: qcom,lsr_lefteye {
|
||||
qcom,dma-heap-name = "qcom,lsr_lefteye";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
|
||||
memory-region = <&lsr_lefteye_mem_heap>;
|
||||
};
|
||||
|
||||
qcom,lsr_righteye {
|
||||
lsr_righteye_dma_buf: qcom,lsr_righteye {
|
||||
qcom,dma-heap-name = "qcom,lsr_righteye";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
|
||||
memory-region = <&lsr_righteye_mem_heap>;
|
||||
};
|
||||
|
||||
qcom,lsr_depth {
|
||||
lsr_depth_dma_buf: qcom,lsr_depth {
|
||||
qcom,dma-heap-name = "qcom,lsr_depth";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
|
||||
memory-region = <&lsr_depth_mem_heap>;
|
||||
};
|
||||
|
||||
qcom,lsr_misc {
|
||||
lsr_misc_dma_buf: qcom,lsr_misc {
|
||||
qcom,dma-heap-name = "qcom,lsr_misc";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CARVEOUT>;
|
||||
memory-region = <&lsr_misc_mem_heap>;
|
||||
};
|
||||
|
||||
qcom,secure_lsr_lefteye {
|
||||
secure_lsr_lefteye_dma_buf: qcom,secure_lsr_lefteye {
|
||||
qcom,dma-heap-name = "qcom,secure_lsr_lefteye";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
|
||||
memory-region = <&secure_lsr_lefteye_mem_heap>;
|
||||
qcom,token = <0x80000>;
|
||||
};
|
||||
|
||||
qcom,secure_lsr_righteye {
|
||||
secure_lsr_righteye_dma_buf: qcom,secure_lsr_righteye {
|
||||
qcom,dma-heap-name = "qcom,secure_lsr_righteye";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
|
||||
memory-region = <&secure_lsr_righteye_mem_heap>;
|
||||
qcom,token = <0x80000>;
|
||||
};
|
||||
|
||||
qcom,secure_lsr_depth {
|
||||
secure_lsr_depth_dma_buf: qcom,secure_lsr_depth {
|
||||
qcom,dma-heap-name = "qcom,secure_lsr_depth";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
|
||||
memory-region = <&secure_lsr_depth_mem_heap>;
|
||||
qcom,token = <0x80000>;
|
||||
};
|
||||
|
||||
qcom,secure_lsr_misc {
|
||||
secure_lsr_misc_dma_buf: qcom,secure_lsr_misc {
|
||||
qcom,dma-heap-name = "qcom,secure_lsr_misc";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
|
||||
memory-region = <&secure_lsr_misc_mem_heap>;
|
||||
|
||||
@@ -125,6 +125,70 @@
|
||||
};
|
||||
};
|
||||
|
||||
&lsr_lefteye_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_righteye_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_depth_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_misc_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_lefteye_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_righteye_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_depth_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_misc_dma_buf {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_lefteye_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_righteye_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_depth_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&lsr_misc_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_lefteye_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_righteye_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_depth_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&secure_lsr_misc_mem_heap {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user