diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:26:50 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 17:04:03 +0200 |
commit | 5bbda173a911882e982a4c253e21f789275902c9 (patch) | |
tree | b26fff75327c8dce973de1b0ca3f94fd1720112a /configs | |
parent | 9c85a40c40f047ecd61caa972711dda8d9621d4e (diff) | |
download | u-boot-imx-5bbda173a911882e982a4c253e21f789275902c9.zip u-boot-imx-5bbda173a911882e982a4c253e21f789275902c9.tar.gz u-boot-imx-5bbda173a911882e982a4c253e21f789275902c9.tar.bz2 |
sunxi: h8_homlet_v2: Set DLDO4 to 3.3V
DLDO4 supplies power to the PD pins, and the AC200 Ethernet PHY /
composite video encoder.
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')
-rw-r--r-- | configs/h8_homlet_v2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/h8_homlet_v2_defconfig b/configs/h8_homlet_v2_defconfig index 538a2c2..4ede071 100644 --- a/configs/h8_homlet_v2_defconfig +++ b/configs/h8_homlet_v2_defconfig @@ -11,3 +11,4 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_AXP_DLDO4_VOLT=3300 |