Loading arch/arm64/boot/dts/qcom/msm8953-ion.dtsi +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -32,5 +32,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/msm8953.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,14 @@ compatible = "shared-dma-pool"; reusable; alignment = <0 0x400000>; size = <0 0x0400000>; }; qseecom_ta_mem: qseecom_ta_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x1000000>; }; Loading Loading
arch/arm64/boot/dts/qcom/msm8953-ion.dtsi +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -32,5 +32,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/msm8953.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,14 @@ compatible = "shared-dma-pool"; reusable; alignment = <0 0x400000>; size = <0 0x0400000>; }; qseecom_ta_mem: qseecom_ta_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x1000000>; }; Loading