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: Guchun Chen <guchunc@codeaurora.org>
This commit is contained in:
Guchun Chen 2018-04-25 21:48:39 +08:00
parent 62017b91a1
commit 1c11027786
2 changed files with 10 additions and 0 deletions

View file

@ -1556,3 +1556,8 @@
};
};
};
&sde_kms {
contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
&early_camera_mem>;
};

View file

@ -1412,3 +1412,8 @@
};
};
};
&sde_kms {
contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
&early_camera_mem>;
};