summaryrefslogtreecommitdiff
path: root/qcom/msm8937-ion.dtsi
diff options
context:
space:
mode:
authorSwetha Chikkaboraiah <c_schikk@qti.qualcomm.com>2021-01-15 15:47:41 +0530
committerSwetha Chikkaboraiah <c_schikk@qti.qualcomm.com>2021-02-17 09:54:58 +0530
commit7babdba8baeab494c6534c97b2dad8520a572b99 (patch)
tree77c82c6e5d80d3ad62090532fc006b4df779ee52 /qcom/msm8937-ion.dtsi
parent78029698bdf5ef5eb28e98d11db50fcd8fed14d4 (diff)
downloaddevicetree-7babdba8baeab494c6534c97b2dad8520a572b99.tar.gz
ARM: dts: msm: Add initial device tree for SDM429/439/QM215
Add initial device tree support for SDM429/439/QM215 target. This is a snapshot of dtsi files as of msm-4.9 'commit <033db782f19bcc5b961fcb676404466c2c07d0f8> ("msm: kgsl: Protect the memdesc->gpuaddr in SVM use cases")'. Snapshot of msm-pm8916.dtsi is taken from msm-3.10 And renamed to pm8916.dtsi to be comaptible with 4.19 kernel 'commit <795bad7cbc25468d9b0dc7c011cc7ef2e3f4c0b2> power: qpnp-linear-charger: fix mutex lockup")'. Change-Id: Id25960963b2ffc8bbb23abb6a802d146bb643d02
Diffstat (limited to 'qcom/msm8937-ion.dtsi')
-rw-r--r--qcom/msm8937-ion.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/qcom/msm8937-ion.dtsi b/qcom/msm8937-ion.dtsi
new file mode 100644
index 00000000..86feded8
--- /dev/null
+++ b/qcom/msm8937-ion.dtsi
@@ -0,0 +1,30 @@
+&soc {
+ qcom,ion {
+ compatible = "qcom,msm-ion";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ qcom,ion-heap@25 {
+ reg = <25>;
+ qcom,ion-heap-type = "SYSTEM";
+ };
+
+ qcom,ion-heap@8 { /* CP_MM HEAP */
+ reg = <8>;
+ memory-region = <&secure_mem>;
+ qcom,ion-heap-type = "SECURE_DMA";
+ };
+
+ qcom,ion-heap@27 { /* QSEECOM HEAP */
+ reg = <27>;
+ memory-region = <&qseecom_mem>;
+ qcom,ion-heap-type = "DMA";
+ };
+
+ qcom,ion-heap@19 { /* QSEECOM TA HEAP */
+ reg = <19>;
+ memory-region = <&qseecom_ta_mem>;
+ qcom,ion-heap-type = "DMA";
+ };
+ };
+};