提交 a2b9676d 编写于 作者: M MyungJoo Ham 提交者: Kukjin Kim

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: NMyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 5fcc9297
...@@ -868,9 +868,9 @@ static int exynos4x12_init_tables(struct busfreq_data *data) ...@@ -868,9 +868,9 @@ static int exynos4x12_init_tables(struct busfreq_data *data)
int ret; int ret;
/* Enable pause function for DREX2 DVFS */ /* Enable pause function for DREX2 DVFS */
tmp = __raw_readl(S5P_DMC_PAUSE_CTRL); tmp = __raw_readl(EXYNOS4_DMC_PAUSE_CTRL);
tmp |= DMC_PAUSE_ENABLE; tmp |= EXYNOS4_DMC_PAUSE_ENABLE;
__raw_writel(tmp, S5P_DMC_PAUSE_CTRL); __raw_writel(tmp, EXYNOS4_DMC_PAUSE_CTRL);
tmp = __raw_readl(EXYNOS4_CLKDIV_DMC0); tmp = __raw_readl(EXYNOS4_CLKDIV_DMC0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册