Loading qcom/kona-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ qcom,ion-heap-type = "SYSTEM_SECURE"; }; qcom,ion-heap@26 { /* USER CONTIG HEAP */ reg = <26>; memory-region = <&user_contig_mem>; qcom,ion-heap-type = "DMA"; }; qcom,ion-heap@27 { /* QSEECOM HEAP */ reg = <27>; memory-region = <&qseecom_mem>; Loading qcom/kona.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,14 @@ size = <0x0 0xc00000>; }; user_contig_mem: user_contig_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x1000000>; }; qseecom_mem: qseecom_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; Loading Loading
qcom/kona-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ qcom,ion-heap-type = "SYSTEM_SECURE"; }; qcom,ion-heap@26 { /* USER CONTIG HEAP */ reg = <26>; memory-region = <&user_contig_mem>; qcom,ion-heap-type = "DMA"; }; qcom,ion-heap@27 { /* QSEECOM HEAP */ reg = <27>; memory-region = <&qseecom_mem>; Loading
qcom/kona.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,14 @@ size = <0x0 0xc00000>; }; user_contig_mem: user_contig_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x1000000>; }; qseecom_mem: qseecom_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; Loading