Commit 33269ac0 authored by Wadim Egorov's avatar Wadim Egorov Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg

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

Fixes: f5a731f0 ("arm64: dts: ti: Add k3-am625-beagleplay")
Signed-off-by: default avatarWadim Egorov <w.egorov@phytec.de>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230925151444.1856852-1-w.egorov@phytec.deSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent a716abba
......@@ -59,7 +59,7 @@ reserved-memory {
ramoops: ramoops@9ca00000 {
compatible = "ramoops";
reg = <0x00 0x9c700000 0x00 0x00100000>;
reg = <0x00 0x9ca00000 0x00 0x00100000>;
record-size = <0x8000>;
console-size = <0x8000>;
ftrace-size = <0x00>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment