arm64: dts: qcom: ipq5332: add few more reserved memory region
authorKathiravan T <quic_kathirav@quicinc.com>
Fri, 19 May 2023 13:38:44 +0000 (19:08 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Jun 2023 22:08:53 +0000 (15:08 -0700)
commit0196b041aeec788e1bc516b6d24d9c59ea59b1a6
treeacd158154c6b24d485e0bc7f2cef00fd665d3bdc
parent66d141a15c19f89e7e259e57a007550a253e03d2
arm64: dts: qcom: ipq5332: add few more reserved memory region

In IPQ SoCs, bootloader will collect the system RAM contents upon crash for
the post morterm analysis. If we don't reserve the memory region used by
bootloader, obviously linux will consume it and upon next boot on crash,
bootloader will be loaded in the same region, which will lead to loose some
of the data, sometimes we may miss out critical information. So lets
reserve the region used by the bootloader.

Similarly SBL copies some data into the reserved region and it will be
used in the crash scenario. So reserve 1MB for SBL as well.

While at it, drop the size padding in the smem memory region.

Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230519133844.23512-4-quic_kathirav@quicinc.com
arch/arm64/boot/dts/qcom/ipq5332.dtsi