xburst: Add 3.10 support
[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 diff --git a/arch/mips/jz4740/clock.c b/arch/mips/jz4740/clock.c
13 index 484d38a..1b5f554 100644
14 --- a/arch/mips/jz4740/clock.c
15 +++ b/arch/mips/jz4740/clock.c
16 @@ -687,7 +687,7 @@ static struct clk jz4740_clock_simple_clks[] = {
17         [3] = {
18                 .name = "dma",
19                 .parent = &jz_clk_high_speed_peripheral.clk,
20 -               .gate_bit = JZ_CLOCK_GATE_UART0,
21 +               .gate_bit = JZ_CLOCK_GATE_DMAC,
22                 .ops = &jz_clk_simple_ops,
23         },
24         [4] = {
25 -- 
26 1.7.10.4
27