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