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

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

Merge "defconfig: msm: Enable earlydomain handoff support"

parents eb7b9e2a c4799c90
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -1645,11 +1645,6 @@

/ {
	reserved-memory {
		lk_mem: lk_pool@0x91600000 {
			reg = <0 0x91600000 0 0x00600000>;
			label = "lk_pool";
		};

		early_camera_mem: early_camera_mem@b3fff000 {
			reg = <0 0xb3fff000 0 0x800000>;
			label = "early_camera_mem";
@@ -1678,3 +1673,10 @@
&pil_modem {
	/delete-property/qcom,ahb-clk-vote;
};

&soc {
	early_domain: early_domain {
		compatible = "qcom,early_domain";
		status = "disabled";
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -555,6 +555,7 @@ CONFIG_MSM_IPC_ROUTER_GLINK_XPRT=y
CONFIG_MSM_GLINK_PKT=y
CONFIG_MSM_SPM=y
CONFIG_MSM_L2_SPM=y
CONFIG_QCOM_EARLY_DOMAIN=y
CONFIG_QCOM_SCM_XPU=y
CONFIG_QCOM_WATCHDOG_V2=y
CONFIG_QCOM_MEMORY_DUMP_V2=y