Thomas Abraham wrote: > The clock of both the peripheral dma controllers is controlled by a single > clock gate. Hence remove the duplicate instantiation of the pdma clock. > > Signed-off-by: Thomas Abraham<thomas.abraham@xxxxxxxxxx> > --- > arch/arm/mach-exynos/clock-exynos5.c | 17 ++++------------- > 1 files changed, 4 insertions(+), 13 deletions(-) > > diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c > index 662615d..fb95e9b 100644 > --- a/arch/arm/mach-exynos/clock-exynos5.c > +++ b/arch/arm/mach-exynos/clock-exynos5.c > @@ -762,16 +762,8 @@ static struct clk exynos5_init_clocks_on[] = { > } > }; > > -static struct clk exynos5_clk_pdma0 = { > +static struct clk exynos5_clk_pdma = { > .name = "dma", > - .devname = "dma-pl330.0", > - .enable = exynos5_clk_ip_fsys_ctrl, > - .ctrlbit = (1<< 1), > -}; > - > -static struct clk exynos5_clk_pdma1 = { > - .name = "dma", > - .devname = "dma-pl330.1", > .enable = exynos5_clk_ip_fsys_ctrl, > .ctrlbit = (1<< 1), Since this shuld be (1 << 2), this patch can be dropped. As I know, Boojin's patch fixes this. If not, please fix this :) Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html