power: axp818: Fix typo for fldo2 Kconfig description

Description said eldo2 instead of fldo2, a copy-paste error.

Fixes: 38491d9c65 ("power: axp818: Add support for FLDOs")
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>
This commit is contained in:
Chen-Yu Tsai 2016-05-02 10:28:11 +08:00 committed by Hans de Goede
parent aa23f539c8
commit a696253c1d
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ config AXP_FLDO1_VOLT
used.
config AXP_FLDO2_VOLT
int "axp pmic eldo2 voltage"
int "axp pmic fldo2 voltage"
depends on AXP818_POWER
default 900 if MACH_SUN8I_A83T
---help---