RE: [PATCH 2/2] ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1

2011-12-07 Thread Kukjin Kim
Tushar Behera wrote: > > Amba core assumes the pclk to be named as apb_pclk. During device probe, > it tries to get that clock and enable that. When PM_RUNTIME is enabled, > dma clock is not explicitly enabled in pl330_probe, which causes device > probe to fail. Adding a clkdev entry for apb_pclk

[PATCH 2/2] ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1

2011-12-06 Thread Tushar Behera
Amba core assumes the pclk to be named as apb_pclk. During device probe, it tries to get that clock and enable that. When PM_RUNTIME is enabled, dma clock is not explicitly enabled in pl330_probe, which causes device probe to fail. Adding a clkdev entry for apb_pclk for mdma1 fixes the problem. Th