Skip to content

Commit

Permalink
dtsi: ta memory reserve to fix can not boot after miui 8.7.19
Browse files Browse the repository at this point in the history
if you flash miui 8.7.19 or later , need this patch

Signed-off-by: Ivan Huang <yanziily@gmail.com>
  • Loading branch information
ivan19871002 committed Jul 22, 2018
1 parent 6422c39 commit c7cb50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/polaris-p0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#include "xiaomi-sde-display.dtsi"

&removed_region {
reg = <0 0x85fc0000 0 0x3a40000>;
reg = <0 0x85fc0000 0 0x4940000>;
};

&qcom_seecom {
reg = <0x86d00000 0x02d00000>;
reg = <0x86d00000 0x03c00000>;
};

&reserved_memory {
Expand Down

0 comments on commit c7cb50c

Please sign in to comment.