arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg
authorWadim Egorov <w.egorov@phytec.de>
Mon, 25 Sep 2023 15:14:44 +0000 (17:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:59:15 +0000 (11:59 +0100)
[ Upstream commit 33269ac0b768b07da017df173d52952625c57870 ]

Seems like the address value of the reg property was mistyped.
Update reg to 0x9ca00000 to match node's definition.

Fixes: f5a731f0787f ("arm64: dts: ti: Add k3-am625-beagleplay")
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230925151444.1856852-1-w.egorov@phytec.de
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

index 7cfdf56..2de7442 100644 (file)
@@ -58,7 +58,7 @@
 
                ramoops: ramoops@9ca00000 {
                        compatible = "ramoops";
-                       reg = <0x00 0x9c700000 0x00 0x00100000>;
+                       reg = <0x00 0x9ca00000 0x00 0x00100000>;
                        record-size = <0x8000>;
                        console-size = <0x8000>;
                        ftrace-size = <0x00>;