Loading arch/arm64/boot/dts/qcom/msm8937-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,11 @@ 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"; }; }; }; arch/arm64/boot/dts/qcom/msm8937.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,14 @@ size = <0 0x1000000>; }; qseecom_ta_mem: qseecom_ta_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x1000000>; }; adsp_mem: adsp_region@0 { compatible = "shared-dma-pool"; reusable; Loading Loading
arch/arm64/boot/dts/qcom/msm8937-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,11 @@ 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"; }; }; };
arch/arm64/boot/dts/qcom/msm8937.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,14 @@ size = <0 0x1000000>; }; qseecom_ta_mem: qseecom_ta_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x1000000>; }; adsp_mem: adsp_region@0 { compatible = "shared-dma-pool"; reusable; Loading