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

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

Merge "ARM: dts: msm: Add entry for non secure display heap memory"

parents ea5697a1 436dcfe2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,5 +53,10 @@
			memory-region = <&audio_cma_mem>;
			qcom,ion-heap-type = "DMA";
		};
		qcom,ion-heap@3 { /* NON SECURE DISPLAY HEAP */
			reg = <ION_DISPLAY_HEAP_ID>;
			memory-region = <&non_secure_display_memory>;
			qcom,ion-heap-type = "DMA";
		};
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -469,6 +469,14 @@
			reg = <0x0 0xe3300000 0x0 0x0100000>;
			label = "dfps_data_memory";
		};

		non_secure_display_memory: non_secure_display_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x6400000>;
		};
	};

	chosen {