From: Chen-Yu Tsai Date: Mon, 2 May 2016 02:28:11 +0000 (+0800) Subject: power: axp818: Fix typo for fldo2 Kconfig description X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=a696253c1daf3424408868fc76840c83a896acfe;p=u-boot.git power: axp818: Fix typo for fldo2 Kconfig description Description said eldo2 instead of fldo2, a copy-paste error. Fixes: 38491d9c6515 ("power: axp818: Add support for FLDOs") Signed-off-by: Chen-Yu Tsai Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 3c41bca32a..b365fd46fa 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -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---