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:
parent
62017b91a1
commit
1c11027786
2 changed files with 10 additions and 0 deletions
|
@ -1556,3 +1556,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&sde_kms {
|
||||
contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
|
||||
&early_camera_mem>;
|
||||
};
|
||||
|
|
|
@ -1412,3 +1412,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&sde_kms {
|
||||
contiguous-region = <&cont_splash_mem &cont_splash_mem_hdmi
|
||||
&early_camera_mem>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue