diff mbox series

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

Message ID 20230925140710.478027-1-w.egorov@phytec.de (mailing list archive)
State Superseded
Headers show
Series arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg | expand

Commit Message

Wadim Egorov Sept. 25, 2023, 2:07 p.m. UTC
Seems like the address value of the reg property was mistyped.
Update reg to 0x9ca00000 to match node's definition.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nishanth Menon Sept. 25, 2023, 2:27 p.m. UTC | #1
On 16:07-20230925, Wadim Egorov wrote:
> Seems like the address value of the reg property was mistyped.
> Update reg to 0x9ca00000 to match node's definition.
> 
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>

Missing:

Fixes: f5a731f0787f ("arm64: dts: ti: Add k3-am625-beagleplay")

With that:

Reviewed-by: Nishanth Menon <nm@ti.com>

> ---
>  arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> index 7cfdf562b53b..2de74428a8bd 100644
> --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> @@ -58,7 +58,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>;
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index 7cfdf562b53b..2de74428a8bd 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -58,7 +58,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>;