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 <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
b63af21235
commit
ff8cbd1eda
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
interrupts = <4 10>;
|
||||
};
|
||||
|
||||
dma: dma@100200 {
|
||||
dma: dma@1002c0 {
|
||||
compatible = "altr,msgdma";
|
||||
reg = <0x1002c0 0x30>;
|
||||
interrupts = <3 3>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue