diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-03 15:26:34 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-10-20 18:40:27 +0200 |
commit | 514b2d9dbbd4408ba46c221990087229cdf9ca0b (patch) | |
tree | 65a5d3af13f6285dea2e122d64c64e3602bcd5af /configs/q8_a23_tablet_800x480_defconfig | |
parent | f339f09c47ccff3f953ef3a0fd1aaa5a7c360f58 (diff) |
sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V
On A23 / A33 boards aldo1 is used for VCC-IO and should be 3.0V, make this
the default.
Note that this does not cause any functional changes since all sun8i
board defconfig-s already contained: CONFIG_AXP_ALDO1_VOLT=3000 .
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/q8_a23_tablet_800x480_defconfig')
-rw-r--r-- | configs/q8_a23_tablet_800x480_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/q8_a23_tablet_800x480_defconfig b/configs/q8_a23_tablet_800x480_defconfig index 4993fa994de..73914641a49 100644 --- a/configs/q8_a23_tablet_800x480_defconfig +++ b/configs/q8_a23_tablet_800x480_defconfig @@ -21,5 +21,4 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_AXP_DLDO1_VOLT=3300 -CONFIG_AXP_ALDO1_VOLT=3000 CONFIG_USB_MUSB_HOST=y |