[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1369931105-28065-2-git-send-email-lars@metafoo.de>
Date: Thu, 30 May 2013 18:25:00 +0200
From: Lars-Peter Clausen <lars@...afoo.de>
To: Ralf Baechle <ralf@...ux-mips.org>,
Vinod Koul <vinod.koul@...el.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: Maarten ter Huurne <maarten@...ewalker.org>,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org, Lars-Peter Clausen <lars@...afoo.de>
Subject: [PATCH v2 1/6] MIPS: jz4740: Correct clock gate bit for DMA controller
From: Maarten ter Huurne <maarten@...ewalker.org>
Signed-off-by: Maarten ter Huurne <maarten@...ewalker.org>
Signed-off-by: Lars-Peter Clausen <lars@...afoo.de>
Acked-by: Ralf Baechle <ralf@...ux-mips.org>
---
No changes since v1
---
arch/mips/jz4740/clock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/jz4740/clock.c b/arch/mips/jz4740/clock.c
index 484d38a..1b5f554 100644
--- a/arch/mips/jz4740/clock.c
+++ b/arch/mips/jz4740/clock.c
@@ -687,7 +687,7 @@ static struct clk jz4740_clock_simple_clks[] = {
[3] = {
.name = "dma",
.parent = &jz_clk_high_speed_peripheral.clk,
- .gate_bit = JZ_CLOCK_GATE_UART0,
+ .gate_bit = JZ_CLOCK_GATE_DMAC,
.ops = &jz_clk_simple_ops,
},
[4] = {
--
1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists