Skip to content

Commit

Permalink
dts: nios2: intel: Fix unit and first address mismatch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rettichschnidi authored and henrikbrixandersen committed Sep 18, 2024
1 parent b63af21 commit ff8cbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/nios2/intel/nios2f.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
interrupts = <4 10>;
};

dma: dma@100200 {
dma: dma@1002c0 {
compatible = "altr,msgdma";
reg = <0x1002c0 0x30>;
interrupts = <3 3>;
Expand Down

0 comments on commit ff8cbd1

Please sign in to comment.