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

Commit 91eddfa4 authored by qqzhou's avatar qqzhou Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add memory region for GPU PIL support on sdm439/429



Add gpu_mem for GPU PIL support on sdm439/sdm429.

Change-Id: I689d304ae4eac34ee3ed8ae5fcaa4550f014ec36
Signed-off-by: default avatarQingqing Zhou <qqzhou@codeaurora.org>
parent ee2c1771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
		};
	};

	reserved-memory {
	reserved_memory: reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;
+10 −0
Original line number Diff line number Diff line
@@ -91,3 +91,13 @@
&kgsl_smmu {
	qcom,enable-static-cb;
};

&reserved_memory {
	gpu_mem: gpu_region@0 {
		compatible = "shared-dma-pool";
		reusable;
		alloc-ranges = <0x0 0x80000000 0x0 0x10000000>;
		alignment = <0 0x400000>;
		size = <0 0x800000>;
	};
};