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

Commit 1c110277 authored by Guchun Chen's avatar Guchun Chen
Browse files

ARM: dts: msm: update mem region on msm8996 auto boards



Due to early RVC will continue running during the whole device
bootup period, so RVC's reserved memory should be updated to
contiguous-region to avoid smmu fault.

CRs-Fixed: 2225630
Change-Id: I5d1510f4e9079f6ddd5630b0b736d0d49bc0992b
Signed-off-by: default avatarGuchun Chen <guchunc@codeaurora.org>
parent 62017b91
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1556,3 +1556,8 @@
		};
	};
};

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

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