From ff8cbd1eda82ada26e81fabb55d832fb6f395957 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 13 Sep 2024 01:27:58 +0200 Subject: [PATCH] dts: nios2: intel: Fix unit and first address mismatch This fixes the following warning: > unit address and first address in 'reg' (0x1002c0) don't match for > /soc/dma@100200 Signed-off-by: Reto Schneider --- dts/nios2/intel/nios2f.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/nios2/intel/nios2f.dtsi b/dts/nios2/intel/nios2f.dtsi index 955d66631251..532db6380be3 100644 --- a/dts/nios2/intel/nios2f.dtsi +++ b/dts/nios2/intel/nios2f.dtsi @@ -59,7 +59,7 @@ interrupts = <4 10>; }; - dma: dma@100200 { + dma: dma@1002c0 { compatible = "altr,msgdma"; reg = <0x1002c0 0x30>; interrupts = <3 3>;