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

Commit 5c376584 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add audio ION heap for msmsamarium"

parents 902db460 1f65bc7d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,5 +41,13 @@
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x08000000 0x5100000>;
		};

		qcom,ion-heap@28 { /* AUDIO HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <28>;
			qcom,heap-align = <0x1000>;
			qcom,memory-reservation-type = "EBI1"; /* reserve EBI memory */
			qcom,memory-reservation-size = <0x614000>;
		};
	};
};