summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2012-01-10 18:43:05 +0100
committerAlex Gonzalez <alex.gonzalez@digi.com>2012-01-11 16:09:13 +0100
commitbf3e08aca1083c9372e404123c422a49e7cc4f56 (patch)
tree762e7cc4419d72374b9652f1cfd85df1a9363878 /include
parentd8cd7d9b8380e2d9a2b0ae9503d60c857b4b26e1 (diff)
ccxmx53: da9053, set PERI regulator voltage.
In old PMIC versions the PERI regulator had a variable step voltage values range. Recent PMICs, including in all Digi modules, have a fix 25mv step size, so remove the code that handled the variable step. We don't have revision information from Dialog to ascertain when the change happens, so we assume all supported PMICs are the new version. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/da9052/pm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/mfd/da9052/pm.h b/include/linux/mfd/da9052/pm.h
index 9fdb87c3f260..0f918ff20b3d 100644
--- a/include/linux/mfd/da9052/pm.h
+++ b/include/linux/mfd/da9052/pm.h
@@ -52,10 +52,7 @@
#define DA9052_BUCK_MEM_STEP 25
#define DA9052_BUCK_PERI_VOLT_UPPER 3600
#define DA9052_BUCK_PERI_VOLT_LOWER 1800
-#define DA9052_BUCK_PERI_STEP_BELOW_3000 50
-#define DA9052_BUCK_PERI_STEP_ABOVE_3000 100000
-#define DA9052_BUCK_PERI_VALUES_UPTO_3000 24
-#define DA9052_BUCK_PERI_VALUES_3000 3000000
+#define DA9052_BUCK_PERI_STEP 25
#define DA9052_LDO1_VOLT_UPPER 1800
#define DA9052_LDO1_VOLT_LOWER 600
#define DA9052_LDO1_VOLT_STEP 50