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

Commit da581774 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 dt node for earlydomain"

parents a9881a14 dd35c8ee
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -1457,11 +1457,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";
@@ -1490,3 +1485,10 @@
&ssc_sensors {
	status = "disabled";
};

&soc {
	early_domain: early_domain {
		compatible = "qcom,early_domain";
		status = "disabled";
	};
};