diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 10:52:52 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:10:57 +0800 |
commit | dd842f32b6d8d770e844790643ece352f92b8c5e (patch) | |
tree | 976176297a3cf2b160bf73632e0a88e86c227852 /include/power/pfuze100_pmic.h | |
parent | b7f3f9a6100519c784085ea9f6e575162555fb42 (diff) | |
download | u-boot-imx-dd842f32b6d8d770e844790643ece352f92b8c5e.zip u-boot-imx-dd842f32b6d8d770e844790643ece352f92b8c5e.tar.gz u-boot-imx-dd842f32b6d8d770e844790643ece352f92b8c5e.tar.bz2 |
MLK-10774-53 imx: update setting pmic volatage
We should not rely on pfuze_common_init to set the voltage,
may be we should remove the voltage settings in pfuze_common_init.
This patch is to setting the voltages in power_init_board.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/power/pfuze100_pmic.h')
-rw-r--r-- | include/power/pfuze100_pmic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h index 07199b4..fc32d50 100644 --- a/include/power/pfuze100_pmic.h +++ b/include/power/pfuze100_pmic.h @@ -18,7 +18,7 @@ enum { PFUZE100_SW1ABSTBY = 0x21, PFUZE100_SW1ABOFF = 0x22, PFUZE100_SW1ABMODE = 0x23, - PUZE_100_SW1ABCONF = 0x24, + PFUZE100_SW1ABCONF = 0x24, PFUZE100_SW1CVOL = 0x2e, PFUZE100_SW1CSTBY = 0x2f, PFUZE100_SW1COFF = 0x30, |