kernel: update 3.10 to 3.10.3
[openwrt/openwrt.git] / target / linux / xburst / patches-3.10 / 012-MIPS-JZ4740-Correct-clock-gate-bit-for-DMA-controlle.patch
1 From 1a0086ae912b81a1e6c7213e97059c50a7bfe636 Mon Sep 17 00:00:00 2001
2 From: Maarten ter Huurne <maarten@treewalker.org>
3 Date: Sun, 6 May 2012 01:51:09 +0200
4 Subject: [PATCH 12/16] MIPS: JZ4740: Correct clock gate bit for DMA
5 controller
6
7 Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
8 ---
9 arch/mips/jz4740/clock.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/arch/mips/jz4740/clock.c
13 +++ b/arch/mips/jz4740/clock.c
14 @@ -687,7 +687,7 @@ static struct clk jz4740_clock_simple_cl
15 [3] = {
16 .name = "dma",
17 .parent = &jz_clk_high_speed_peripheral.clk,
18 - .gate_bit = JZ_CLOCK_GATE_UART0,
19 + .gate_bit = JZ_CLOCK_GATE_DMAC,
20 .ops = &jz_clk_simple_ops,
21 },
22 [4] = {