mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
power: rk818_charger: get cable state when usb charge function init
RK818 will miss the notify of charge type changing because the charge cable state is init when u2phy probe but rk818 probe after u2phy. So we need to get the charge cable state when rk818 probe. Change-Id: I3682d764ae3f9a56a1ba85ba8b81ea7f1aacdf49 Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
454181a86d
commit
4221c07f2c
@@ -1060,6 +1060,8 @@ static long rk818_cg_init_usb(struct rk818_charger *cg)
|
||||
|
||||
cg->cable_edev = edev;
|
||||
|
||||
schedule_delayed_work(&cg->host_work, 0);
|
||||
|
||||
CG_INFO("register typec extcon evt notifier\n");
|
||||
} else {
|
||||
INIT_DELAYED_WORK(&cg->usb_work, rk818_cg_bc_evt_worker);
|
||||
|
||||
Reference in New Issue
Block a user