mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
pm2301-charger: Charging LED control for pm2301
The LED Indicator feature allows indicating through a led when the PM2301 battery charging is active. SW shall not disable this LED. Signed-off-by: Rupesh Kumar <rupesh.kumar@stericsson.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Marcus COOPER <marcus.xm.cooper@stericsson.com> Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
This commit is contained in:
parent
a21e22f2f3
commit
0f80ba6318
1 changed files with 0 additions and 4 deletions
|
@ -706,10 +706,6 @@ static int pm2xxx_charging_init(struct pm2xxx_charger *pm2)
|
|||
ret = pm2xxx_reg_write(pm2, PM2XXX_BATT_LOW_LEV_COMP_REG,
|
||||
PM2XXX_VBAT_LOW_MONITORING_ENA);
|
||||
|
||||
/* Disable LED */
|
||||
ret = pm2xxx_reg_write(pm2, PM2XXX_LED_CTRL_REG,
|
||||
PM2XXX_LED_SELECT_DIS);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue