Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00359942 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add ion heap for Secure Processor on lahaina"

parents d5eca0c1 c3a763d6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,5 +30,11 @@
				token = <0x20000000>;
			};
		};

		qcom,ion-heap@13 { /* SPSS HEAP */
			reg = <ION_SPSS_HEAP_ID>;
			memory-region = <&sp_mem>;
			qcom,ion-heap-type = "HYP_CMA";
		};
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -362,6 +362,14 @@
			size = <0x0 0x2000000>;
			linux,cma-default;
		};

		sp_mem: sp_region {  /* SPSS-HLOS ION shared mem */
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x1000000>;
		};
	};

	chosen { };