Date:2012-05-06 01:51:09 (11 years 10 months ago)
Author:Maarten ter Huurne
Commit:bf21f890cc3c03d9dbf7cb2fa33fdabf752659a4
Message:MIPS: JZ4740: Correct clock gate bit for DMA controller

Files: arch/mips/jz4740/clock.c (1 diff)

Change Details

arch/mips/jz4740/clock.c
893893    [3] = {
894894        .name = "dma",
895895        .parent = &jz_clk_high_speed_peripheral.clk,
896        .gate_bit = JZ_CLOCK_GATE_UART0,
896        .gate_bit = JZ_CLOCK_GATE_DMAC,
897897        .ops = &jz_clk_simple_ops,
898898    },
899899    [4] = {

Archive Download the corresponding diff file



interactive