Skip to content

Commit

Permalink
PM / devfreq: update the name of EXYNOS clock registers that were omi…
Browse files Browse the repository at this point in the history
…tted

In the commit, "PM / devfreq: update the name of EXYNOS clock register"
ommitted one register.

Signed-off-by: MyungJoo Ham <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
myungjoo authored and kgene committed Mar 11, 2012
1 parent 5fcc929 commit a2b9676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/devfreq/exynos4_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a2b9676

Please sign in to comment.