Skip to content

Commit

Permalink
MIPS: ingenic: DTS: Fix invalid value in #dma-cells
Browse files Browse the repository at this point in the history
The driver requires two cells and not just one.

Since these nodes are both disabled as no hardware currently use them,
this fix does not really requires a Fixes: tag.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Paul Cercueil authored and Thomas Bogendoerfer committed Apr 29, 2020
1 parent 2c3cc85 commit 59bd128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/boot/dts/ingenic/jz4770.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
reg = <0x13420000 0xC0
0x13420300 0x20>;

#dma-cells = <1>;
#dma-cells = <2>;

clocks = <&cgu JZ4770_CLK_DMA>;
interrupt-parent = <&intc>;
Expand All @@ -237,7 +237,7 @@
reg = <0x13420100 0xC0
0x13420400 0x20>;

#dma-cells = <1>;
#dma-cells = <2>;

clocks = <&cgu JZ4770_CLK_DMA>;
interrupt-parent = <&intc>;
Expand Down

0 comments on commit 59bd128

Please sign in to comment.