[PATCH] arm64: dts: qcom: ipq5424: correct the TF-A reserved memory to 512K

Kathiravan Thirumoorthy posted 1 patch 2 months ago
arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: ipq5424: correct the TF-A reserved memory to 512K
Posted by Kathiravan Thirumoorthy 2 months ago
Correct the reserved memory size for TF-A to 512K, as it was mistakenly
marked as 500K. Update the reserved memory node accordingly.

Fixes: 8517204c982b ("arm64: dts: qcom: ipq5424: Add reserved memory for TF-A")
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
Bjorn, this needs to be pulled for 6.18-rc as well.
---
 arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
index ef2b52f3597d9bf218ce7b73d8a65e6745bb26d5..227d5ce2975151c60f6c57cd11cbd16679ec2d0a 100644
--- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
@@ -213,7 +213,7 @@ smem@8a800000 {
 		};
 
 		tfa@8a832000 {
-			reg = <0x0 0x8a832000 0x0 0x7d000>;
+			reg = <0x0 0x8a832000 0x0 0x80000>;
 			no-map;
 			status = "disabled";
 		};

---
base-commit: 52ba76324a9d7c39830c850999210a36ef023cde
change-id: 20251014-tfa-reserved-mem-22b9403d02c7

Best regards,
-- 
Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: ipq5424: correct the TF-A reserved memory to 512K
Posted by Konrad Dybcio 1 month, 3 weeks ago
On 10/14/25 6:55 AM, Kathiravan Thirumoorthy wrote:
> Correct the reserved memory size for TF-A to 512K, as it was mistakenly
> marked as 500K. Update the reserved memory node accordingly.
> 
> Fixes: 8517204c982b ("arm64: dts: qcom: ipq5424: Add reserved memory for TF-A")
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
> ---
> Bjorn, this needs to be pulled for 6.18-rc as well.
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad