Commit f66965b0 authored by Sujit Kautkar's avatar Sujit Kautkar Committed by Bjorn Andersson

arm64: dts: qcom: Move rmtfs memory region

Move rmtfs memory region so that it does not overlap with system
RAM (kernel data) when KAsan is enabled. This puts rmtfs right
after mba_mem which is not supposed to increase beyond 0x94600000
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarSujit Kautkar <sujitka@chromium.org>
Link: https://lore.kernel.org/r/20210330014610.1451198-1-sujitka@chromium.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f158e7a3
...@@ -49,7 +49,7 @@ charger-crit { ...@@ -49,7 +49,7 @@ charger-crit {
/* Increase the size from 2MB to 8MB */ /* Increase the size from 2MB to 8MB */
&rmtfs_mem { &rmtfs_mem {
reg = <0x0 0x84400000 0x0 0x800000>; reg = <0x0 0x94600000 0x0 0x800000>;
}; };
/ { / {
......
...@@ -110,9 +110,9 @@ tz_mem: memory@80b00000 { ...@@ -110,9 +110,9 @@ tz_mem: memory@80b00000 {
no-map; no-map;
}; };
rmtfs_mem: memory@84400000 { rmtfs_mem: memory@94600000 {
compatible = "qcom,rmtfs-mem"; compatible = "qcom,rmtfs-mem";
reg = <0x0 0x84400000 0x0 0x200000>; reg = <0x0 0x94600000 0x0 0x200000>;
no-map; no-map;
qcom,client-id = <1>; qcom,client-id = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment