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:
Govindaraj Rajagopal
2022-05-12 17:29:09 +05:30
parent a78ab06588
commit d029ce8805
2 changed files with 72 additions and 8 deletions

View File

@@ -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>;

View File

@@ -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";
};