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

Commit 9d1c0028 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 dfe5e752 5a26118c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -67,5 +67,10 @@
			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
@@ -517,6 +517,14 @@
			reg = <0x0 0xe3300000 0x0 0x0100000>;
			label = "dfps_data_region";
		};

		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 {