diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-22 13:24:35 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-04-26 00:49:44 +0300 |
commit | 4c4268dc97c424cf6786c4ccc9acf345ba911987 (patch) | |
tree | 16a84a92469578846f0062451fa5150020947a74 /include/linux/mfd/abx500.h | |
parent | 8c2fac99f242f16b8cfb3924b0db5f50c3b4ba85 (diff) | |
download | linux-4c4268dc97c424cf6786c4ccc9acf345ba911987.tar.xz |
power: supply: ab8500: Drop AB8540/9540 support
The AB8540 was an evolved version of the AB8500, but it was never
mass produced or put into products, only reference designs exist.
The upstream support was never completed and it is unlikely that
this will happen so drop the support for now to simplify
maintenance of the AB8500.
Cc: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'include/linux/mfd/abx500.h')
-rw-r--r-- | include/linux/mfd/abx500.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index 44412c9d26e1..aa09414756db 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h @@ -271,7 +271,6 @@ struct abx500_bm_data { bool autopower_cfg; bool ac_enabled; bool usb_enabled; - bool usb_power_path; bool no_maintenance; bool capacity_scaling; bool chg_unknown_bat; |