Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2b9676d authored by MyungJoo Ham's avatar MyungJoo Ham Committed by Kukjin Kim
Browse files

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: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 5fcc9297
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);