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)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 5 Oct 2023 15:14:41 +0000 (20:44 +0530)
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>
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

index f646d1ec4c050c58efcf7c478091beb8722fd5bd..00891a0f8fc3cfa6493fe713c8448aa385a8a1a1 100644 (file)
@@ -59,7 +59,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>;