lkml.org 
[lkml]   [2020]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 06/13] MIPS: ingenic: DTS: Fix invalid value in #dma-cells
Date
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>
---
arch/mips/boot/dts/ingenic/jz4770.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/boot/dts/ingenic/jz4770.dtsi b/arch/mips/boot/dts/ingenic/jz4770.dtsi
index 0bfb9edff3d0..3805816cea2e 100644
--- a/arch/mips/boot/dts/ingenic/jz4770.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4770.dtsi
@@ -222,7 +222,7 @@ dmac0: dma-controller@13420000 {
reg = <0x13420000 0xC0
0x13420300 0x20>;

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

clocks = <&cgu JZ4770_CLK_DMA>;
interrupt-parent = <&intc>;
@@ -237,7 +237,7 @@ dmac1: dma-controller@13420100 {
reg = <0x13420100 0xC0
0x13420400 0x20>;

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

clocks = <&cgu JZ4770_CLK_DMA>;
interrupt-parent = <&intc>;
--
2.25.1
\
 
 \ /
  Last update: 2020-04-13 17:29    [W:0.135 / U:4.892 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site