Merge "ARM: dts: msm: add display heap for ravelin target"

This commit is contained in:
qctecmdr
2022-11-12 07:31:26 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,13 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&audio_cma_mem>;
};
non_secure_display_dma_buf: qcom,display {
qcom,dma-heap-name = "qcom,display";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
qcom,max-align = <9>;
memory-region = <&non_secure_display_memory>;
};
};
};

View File

@@ -403,6 +403,14 @@
alignment = <0x0 0x400000>;
size = <0x0 0x1C00000>;
};
non_secure_display_memory: non_secure_display_region {
compatible = "shared-dma-pool";
reusable;
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
size = <0x0 0x5c00000>;
alignment = <0x0 0x400000>;
};
};
&firmware {