Merge "ARM: dts: qcom: Add SPU - HLOS shared DMA pool to sun dtsi"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
19c08e46f5
@@ -23,7 +23,7 @@
|
||||
qcom,sp_hlos {
|
||||
qcom,dma-heap-name = "qcom,sp-hlos";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&spss_region_mem>;
|
||||
memory-region = <&sp_mem>;
|
||||
};
|
||||
|
||||
qcom,secure_sp_tz {
|
||||
|
@@ -1271,6 +1271,9 @@
|
||||
qcom,proxy-clock-names = "xo";
|
||||
status = "ok";
|
||||
|
||||
qcom,signal-aop;
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
|
||||
memory-region = <&spss_region_mem>;
|
||||
qcom,spss-scsr-bits = <24 25>;
|
||||
qcom,extra-size = <4096>;
|
||||
@@ -3066,6 +3069,14 @@
|
||||
reg = <0x0 0x81c60000 0x0 0x20000>;
|
||||
};
|
||||
|
||||
sp_mem: sp_region { /* SPSS-HLOS ION shared mem */
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0x1000000>;
|
||||
};
|
||||
|
||||
qseecom_mem: qseecom_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
|
Reference in New Issue
Block a user