aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-07-15 00:12:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-07-15 00:12:41 -0700
commitdeb8b33dddc002cdd9475a2a11e8245a798a9364 (patch)
tree4ef132710b02b9fe5c6c8740a71ac3306883e28b
parent2e2a0bea8505aef2189f21520c9495eb4e95e2cd (diff)
parent77a11b5f1a63d69389719b102ec1e19a5baa428e (diff)
Merge "ARM: dts: msm: Update mdsprpc apps CMA region in SXR1130" into kernel.lnx.4.9.r14-relLA.UM.7.8.r1-06500-SDM710.0
-rw-r--r--arch/arm64/boot/dts/qcom/sxr1130.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sxr1130.dtsi b/arch/arm64/boot/dts/qcom/sxr1130.dtsi
index 75707b197902..0311ae2c5801 100644
--- a/arch/arm64/boot/dts/qcom/sxr1130.dtsi
+++ b/arch/arm64/boot/dts/qcom/sxr1130.dtsi
@@ -16,4 +16,31 @@
/ {
model = "Qualcomm Technologies, Inc. SXR1130";
qcom,msm-id = <371 0x0>;
+
+ reserved-memory {
+ mdsp_mem: mdsp_region {
+ compatible = "shared-dma-pool";
+ alloc-ranges = <0 0x00000000 0 0xffffffff>;
+ reusable;
+ alignment = <0 0x400000>;
+ size = <0 0x12c00000>;
+ };
+ };
+
+ qcom,msm-mdsprpc-mem {
+ compatible = "qcom,msm-mdsprpc-mem-region";
+ memory-region = <&mdsp_mem>;
+ };
+};
+
+&soc {
+ qcom,ion {
+ compatible = "qcom,msm-ion";
+
+ qcom,ion-heap@22 { /* MDSP HEAP */
+ reg = <22>;
+ memory-region = <&mdsp_mem>;
+ qcom,ion-heap-type = "DMA";
+ };
+ };
};