mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
Merge "ARM: dts: msm: Add the dma-buf heaps device node for scuba_auto"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0b85428646
26
qcom/sa410m-dma-heap.dtsi
Normal file
26
qcom/sa410m-dma-heap.dtsi
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
|
||||
|
||||
&soc {
|
||||
qcom,dma-heaps {
|
||||
compatible = "qcom,dma-heaps";
|
||||
|
||||
qcom,qseecom {
|
||||
qcom,dma-heap-name = "qcom,qseecom";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&qseecom_mem>;
|
||||
};
|
||||
|
||||
qcom,qseecom_ta {
|
||||
qcom,dma-heap-name = "qcom,qseecom-ta";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&qseecom_ta_mem>;
|
||||
};
|
||||
|
||||
qcom,user_contig {
|
||||
qcom,dma-heap-name = "qcom,user-contig";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&user_contig_mem>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -575,6 +575,7 @@
|
||||
#include "sa410m-pinctrl.dtsi"
|
||||
#include "monaco-gdsc.dtsi"
|
||||
#include "sa410m-qupv3.dtsi"
|
||||
#include "sa410m-dma-heap.dtsi"
|
||||
|
||||
&gcc_emac0_gdsc {
|
||||
status = "ok";
|
||||
|
||||
26
qcom/scuba_auto-dma-heap.dtsi
Normal file
26
qcom/scuba_auto-dma-heap.dtsi
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
|
||||
|
||||
&soc {
|
||||
qcom,dma-heaps {
|
||||
compatible = "qcom,dma-heaps";
|
||||
|
||||
qcom,qseecom {
|
||||
qcom,dma-heap-name = "qcom,qseecom";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&qseecom_mem>;
|
||||
};
|
||||
|
||||
qcom,qseecom_ta {
|
||||
qcom,dma-heap-name = "qcom,qseecom-ta";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&qseecom_ta_mem>;
|
||||
};
|
||||
|
||||
qcom,user_contig {
|
||||
qcom,dma-heap-name = "qcom,user-contig";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||
memory-region = <&user_contig_mem>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1132,6 +1132,7 @@
|
||||
|
||||
#include "msm-arm-smmu-scuba_auto.dtsi"
|
||||
#include "scuba_auto-qupv3.dtsi"
|
||||
#include "scuba_auto-dma-heap.dtsi"
|
||||
|
||||
&sdhc_1 {
|
||||
vdd-supply = <&L20A>;
|
||||
|
||||
Reference in New Issue
Block a user