diff options
| author | Chen-Yu Tsai <[email protected]> | 2016-05-02 10:28:11 +0800 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2016-05-25 17:52:39 +0200 |
| commit | a696253c1daf3424408868fc76840c83a896acfe (patch) | |
| tree | e466f898a002909866b74587116b0684b4f6b58b /drivers | |
| parent | aa23f539c88418333fb5300051642bc9b99d17b2 (diff) | |
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 <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 3c41bca32ac..b365fd46fa7 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--- |
