commit | 2abc157bcaaa3673ca799bf898f89ac6d6578fec | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Feb 20 10:13:07 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 20 10:13:05 2013 -0800 |
tree | fdf4048bfe9341151472d74c7d69c419f4bdd257 | |
parent | a93f7fa598d06f6bc0bb7eaafcc757940e8a271b [diff] | |
parent | 604293413b27ac18ca3a82c42d559e5ceeddfd5f [diff] |
Merge "msm: krait-regulator: don't turn on MDD unnecessarily"
diff --git a/arch/arm/mach-msm/krait-regulator.c b/arch/arm/mach-msm/krait-regulator.c index 01be641..52aa43a 100644 --- a/arch/arm/mach-msm/krait-regulator.c +++ b/arch/arm/mach-msm/krait-regulator.c
@@ -894,8 +894,6 @@ /* setup the bandgap that configures the reference to the LDO */ writel_relaxed(0x00000190, kvreg->mdd_base + MDD_CONFIG_CTL); - /* Enable MDD */ - writel_relaxed(0x00000002, kvreg->mdd_base + MDD_MODE); mb(); }