Commit 4af5c6dc authored by Kathiravan T's avatar Kathiravan T Committed by Bjorn Andersson

arm64: dts: ipq6018: update the reserved-memory node

Memory region reserved for the TZ is changed long back. Let's
update the same to align with the corret region. Its size also
increased to 4MB from 2MB.

Along with that, bump the Q6 region size to 85MB.

Fixes: 1e827785 ("arm64: dts: Add ipq6018 SoC and CP01 board support")
Signed-off-by: default avatarKathiravan T <kathirav@codeaurora.org>
Link: https://lore.kernel.org/r/1602690377-21304-1-git-send-email-kathirav@codeaurora.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 3650b228
......@@ -156,8 +156,8 @@ rpm_msg_ram: memory@0x60000 {
no-map;
};
tz: tz@48500000 {
reg = <0x0 0x48500000 0x0 0x00200000>;
tz: memory@4a600000 {
reg = <0x0 0x4a600000 0x0 0x00400000>;
no-map;
};
......@@ -167,7 +167,7 @@ smem_region: memory@4aa00000 {
};
q6_region: memory@4ab00000 {
reg = <0x0 0x4ab00000 0x0 0x02800000>;
reg = <0x0 0x4ab00000 0x0 0x05500000>;
no-map;
};
};
......
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