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

Commit 463cf733 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: update mem region on msm8996 auto boards"

parents 37151206 1c110277
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1584,3 +1584,17 @@
		};
	};
};

/ {
	qcom,sde-reserved-plane {
		qcom,sde-plane-id@0 {
			reg = <0x0>;
			qcom,plane-name = "vig0";
		};
	};
};

&sde_kms {
	contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
				&early_camera_mem>;
};
+13 −0
Original line number Diff line number Diff line
@@ -1404,3 +1404,16 @@
	};
};

/ {
	qcom,sde-reserved-plane {
		qcom,sde-plane-id@0 {
			reg = <0x0>;
			qcom,plane-name = "vig0";
		};
	};
};

&sde_kms {
	contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
				&early_camera_mem>;
};