diff options
author | Hans de Goede | 2015-10-03 15:21:53 +0200 |
---|---|---|
committer | Hans de Goede | 2015-10-20 18:40:27 +0200 |
commit | f339f09c47ccff3f953ef3a0fd1aaa5a7c360f58 (patch) | |
tree | e3174bf73c3a7da007b950f350c6e61f09fe3410 /configs | |
parent | 6944aff1ca91e8cf2c373193982cbb0417b4d4cc (diff) |
sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1V
Change the axp223 dcdc2 / VDD-SYS default from 1.2V to 1.1V, 1.1V is the
value recommended by Allwinner and is what most fex files specify.
This has been tested on a number of A23/A33 tablets including on an
A23 Ippo-q8h-v1.2 PCB tablet which has a fex file which specifies 1.2V
(which is where our original 1.2V default comes from).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/gt90h_v4_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/gt90h_v4_defconfig b/configs/gt90h_v4_defconfig index e6be718b742..e7347d84b48 100644 --- a/configs/gt90h_v4_defconfig +++ b/configs/gt90h_v4_defconfig @@ -20,7 +20,6 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set -CONFIG_AXP_DCDC2_VOLT=1100 CONFIG_AXP_DLDO1_VOLT=3300 CONFIG_AXP_ALDO1_VOLT=3000 CONFIG_USB_MUSB_HOST=y |