regulator: ab8500: Clean out SoC registers
Clean out initialisation that is handled by SoC. Regulator settings for Vpll (partly), Vsmps1, Vsmps2, Vsmps3 (partly), Vrf1, Varm, Vape, Vbb, Vmod are cleaned out. They should not be touched by the kernel. We also update many of the initialisation values to be more in-line with the current development efforts of ST-Ericsson internal engineers. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -61,7 +61,6 @@ struct ab8500_regulator_reg_init {
|
||||
|
||||
/* AB8500 registers */
|
||||
enum ab8500_regulator_reg {
|
||||
AB8500_REGUREQUESTCTRL1,
|
||||
AB8500_REGUREQUESTCTRL2,
|
||||
AB8500_REGUREQUESTCTRL3,
|
||||
AB8500_REGUREQUESTCTRL4,
|
||||
@@ -78,22 +77,11 @@ enum ab8500_regulator_reg {
|
||||
AB8500_REGUMISC1,
|
||||
AB8500_VAUDIOSUPPLY,
|
||||
AB8500_REGUCTRL1VAMIC,
|
||||
AB8500_VSMPS1REGU,
|
||||
AB8500_VSMPS2REGU,
|
||||
AB8500_VSMPS3REGU, /* NOTE! PRCMU register */
|
||||
AB8500_VPLLVANAREGU,
|
||||
AB8500_VREFDDR,
|
||||
AB8500_EXTSUPPLYREGU,
|
||||
AB8500_VAUX12REGU,
|
||||
AB8500_VRF1VAUX3REGU,
|
||||
AB8500_VSMPS1SEL1,
|
||||
AB8500_VSMPS1SEL2,
|
||||
AB8500_VSMPS1SEL3,
|
||||
AB8500_VSMPS2SEL1,
|
||||
AB8500_VSMPS2SEL2,
|
||||
AB8500_VSMPS2SEL3,
|
||||
AB8500_VSMPS3SEL1, /* NOTE! PRCMU register */
|
||||
AB8500_VSMPS3SEL2, /* NOTE! PRCMU register */
|
||||
AB8500_VAUX1SEL,
|
||||
AB8500_VAUX2SEL,
|
||||
AB8500_VRF1VAUX3SEL,
|
||||
|
Reference in New Issue
Block a user