From: MyungJoo Ham Date: Fri, 9 Mar 2012 06:53:00 +0000 (+0900) Subject: PM / devfreq: update the name of EXYNOS clock registers that were omitted X-Git-Tag: v3.4-rc1~89^2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2b9676db08b3be717af16e333396a97eeee1745;p=karo-tx-linux.git PM / devfreq: update the name of EXYNOS clock registers that were omitted In the commit, "PM / devfreq: update the name of EXYNOS clock register" ommitted one register. Signed-off-by: MyungJoo Ham Signed-off-by: Kukjin Kim --- diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c index 565aa98a4219..cfaa98a00b9e 100644 --- a/drivers/devfreq/exynos4_bus.c +++ b/drivers/devfreq/exynos4_bus.c @@ -868,9 +868,9 @@ static int exynos4x12_init_tables(struct busfreq_data *data) int ret; /* Enable pause function for DREX2 DVFS */ - tmp = __raw_readl(S5P_DMC_PAUSE_CTRL); - tmp |= DMC_PAUSE_ENABLE; - __raw_writel(tmp, S5P_DMC_PAUSE_CTRL); + tmp = __raw_readl(EXYNOS4_DMC_PAUSE_CTRL); + tmp |= EXYNOS4_DMC_PAUSE_ENABLE; + __raw_writel(tmp, EXYNOS4_DMC_PAUSE_CTRL); tmp = __raw_readl(EXYNOS4_CLKDIV_DMC0);