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

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

Merge "ARM: dtsi: msm: reserve memory for LK's stack on msm8996"

parents 71faca45 8b3fc37c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1445,3 +1445,12 @@
		spi-cpha;
	};
};

/ {
	reserved-memory {
		lk_mem: lk_pool@91600000 {
			reg = <0x0 0x91600000 0x0 0x600000>;
			label = "lk_pool";
		};
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -1220,4 +1220,12 @@
	/delete-property/ qcom,spkr-sd-n-gpio;
};

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