diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:26:49 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 17:04:01 +0200 |
commit | 9c85a40c40f047ecd61caa972711dda8d9621d4e (patch) | |
tree | 7f48cbed15b194e12a71615a031d4875014e3a39 /configs/h8_homlet_v2_defconfig | |
parent | 38491d9c6515eafd97d881cab0420652f07d92a5 (diff) | |
download | u-boot-imx-9c85a40c40f047ecd61caa972711dda8d9621d4e.zip u-boot-imx-9c85a40c40f047ecd61caa972711dda8d9621d4e.tar.gz u-boot-imx-9c85a40c40f047ecd61caa972711dda8d9621d4e.tar.bz2 |
sunxi: h8_homlet_v2: Set DCDC1 to default voltage (3.3V)
The schematics of the h8_homlet_v2 show DCDC1 set to 3.3V. Some
Allwinner-based boards set it to 3.0V to conserve power. Since the
h8_homlet_v2 is a set-top box board with external power, there is
no such requirement.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/h8_homlet_v2_defconfig')
-rw-r--r-- | configs/h8_homlet_v2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/h8_homlet_v2_defconfig b/configs/h8_homlet_v2_defconfig index 1f492ab..538a2c2 100644 --- a/configs/h8_homlet_v2_defconfig +++ b/configs/h8_homlet_v2_defconfig @@ -11,4 +11,3 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set -CONFIG_AXP_DCDC1_VOLT=3000 |