|
@@ -1526,6 +1526,10 @@ static int ci_udc_vbus_session(struct usb_gadget *_gadget, int is_active)
|
|
gadget_ready = 1;
|
|
gadget_ready = 1;
|
|
spin_unlock_irqrestore(&ci->lock, flags);
|
|
spin_unlock_irqrestore(&ci->lock, flags);
|
|
|
|
|
|
|
|
+ if (ci->usb_phy)
|
|
|
|
+ usb_phy_set_charger_state(ci->usb_phy, is_active ?
|
|
|
|
+ USB_CHARGER_PRESENT : USB_CHARGER_ABSENT);
|
|
|
|
+
|
|
if (gadget_ready) {
|
|
if (gadget_ready) {
|
|
if (is_active) {
|
|
if (is_active) {
|
|
pm_runtime_get_sync(&_gadget->dev);
|
|
pm_runtime_get_sync(&_gadget->dev);
|