diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-13 12:40:45 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:36 +0100 |
commit | f70444980b23f5f52025aa6b7d22233312dea136 (patch) | |
tree | 5907ec0bd5e369f83cdf8bbb689be0b0ed64733a /configs/Mele_M9_defconfig | |
parent | bdcdf84631746f9569a4d0b0805750574c7a353a (diff) | |
download | u-boot-f70444980b23f5f52025aa6b7d22233312dea136.tar.gz |
sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usage
Some of the ldo-s of the axp221 are used in the same way on most boards, add
comments to the Kconfig help text to reflect this, and give them defaults
matching their typical usage.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Mele_M9_defconfig')
-rw-r--r-- | configs/Mele_M9_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/Mele_M9_defconfig b/configs/Mele_M9_defconfig index a598254b2d..445cc574d8 100644 --- a/configs/Mele_M9_defconfig +++ b/configs/Mele_M9_defconfig @@ -13,9 +13,6 @@ CONFIG_FDTFILE="sun6i-a31-m9.dtb" +S:CONFIG_AXP221_DLDO4_VOLT=3300 # Wifi power +S:CONFIG_AXP221_ALDO1_VOLT=3300 -# HDMI power ? -+S:CONFIG_AXP221_ALDO2_VOLT=1800 -+S:CONFIG_AXP221_ALDO3_VOLT=3000 # Vbus gpio for usb1 +S:CONFIG_USB1_VBUS_PIN="PC27" # No Vbus gpio for usb2 |