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:
Meng Dongyang
2016-10-11 17:25:14 +08:00
committed by Huang, Tao
parent 454181a86d
commit 4221c07f2c

View File

@@ -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);