]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: ipq5424: correct the TF-A reserved memory to 512K
authorKathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Tue, 14 Oct 2025 04:55:01 +0000 (10:25 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 17 Oct 2025 21:59:32 +0000 (14:59 -0700)
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>
Link: https://lore.kernel.org/r/20251014-tfa-reserved-mem-v1-1-48c82033c8a7@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5424.dtsi

index ef2b52f3597d9bf218ce7b73d8a65e6745bb26d5..227d5ce2975151c60f6c57cd11cbd16679ec2d0a 100644 (file)
                };
 
                tfa@8a832000 {
-                       reg = <0x0 0x8a832000 0x0 0x7d000>;
+                       reg = <0x0 0x8a832000 0x0 0x80000>;
                        no-map;
                        status = "disabled";
                };