From: Maarten ter Huurne Date: Thu, 30 May 2013 16:25:00 +0000 (+0200) Subject: MIPS: jz4740: Correct clock gate bit for DMA controller X-Git-Tag: v3.11-rc1~75^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=757f4e51b74f7fb19251020e742a78111fdea194;p=platform%2Fkernel%2Flinux-stable.git MIPS: jz4740: Correct clock gate bit for DMA controller Signed-off-by: Maarten ter Huurne Signed-off-by: Lars-Peter Clausen Acked-by: Ralf Baechle Signed-off-by: Vinod Koul --- 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] = {