]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
sunxi: axp221: correct ALDO2 description for sun6i
authorChen-Yu Tsai <wens@csie.org>
Sat, 3 Jan 2015 02:17:24 +0000 (10:17 +0800)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:40 +0000 (14:56 +0100)
ALDO2 is used to power LPDDR2 SDRAM on both the reference design and the
Hummingbird A31, when this type of RAM is present.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/power/Kconfig

index ef0c09370e9be9159b4602327e33902348d2b731..e68e16b3211757271a27e99d0089fbf4b29fc83f 100644 (file)
@@ -46,14 +46,14 @@ config AXP221_ALDO1_VOLT
 config AXP221_ALDO2_VOLT
        int "axp221 aldo2 voltage"
        depends on AXP221_POWER
-       default 1800 if MACH_SUN6I
+       default 0 if MACH_SUN6I
        default 2500 if MACH_SUN8I
        ---help---
        Set the voltage (mV) to program the axp221 aldo2 at, set to 0 to
-       disable aldo2. On sun6i (A31) boards this is typically connected to
-       VCC-PM, which powers the port M gpios, and should be set to 1.8V.
-       On sun8i (A23) this is typically connected to VDD-DLL and must be
-       set to 2.5V.
+       disable aldo2. On sun6i (A31) boards this is typically unused and
+       should be disabled, if it is used for LPDDR2 it should be set to 1.8V.
+       On sun8i (A23) this is typically connected to VDD-DLL and must be set
+       to 2.5V.
 
 config AXP221_ALDO3_VOLT
        int "axp221 aldo3 voltage"