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

Commit 8e43dc05 authored by Rajeshwar Kurapaty's avatar Rajeshwar Kurapaty
Browse files

ARM: dts: msm: Update secure display heap id with macro

Update secure display heap id with ION_SECURE_DISPLAY_HEAP_ID

Change-Id: I00a9a04b65aab7bf25b7ab3ef1ed6ff2758d159f
parent e0e90a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		};

		qcom,ion-heap@10 { /* SECURE DISPLAY HEAP */
			reg = <10>;
			reg = <ION_SECURE_DISPLAY_HEAP_ID>;
			memory-region = <&secure_display_memory>;
			qcom,ion-heap-type = "HYP_CMA";
		};