summaryrefslogtreecommitdiff
path: root/board/chell/usb_pd_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/usb_pd_policy.c')
-rw-r--r--board/chell/usb_pd_policy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/chell/usb_pd_policy.c b/board/chell/usb_pd_policy.c
index cf57b09345..efe2b953c5 100644
--- a/board/chell/usb_pd_policy.c
+++ b/board/chell/usb_pd_policy.c
@@ -82,8 +82,6 @@ void pd_set_input_current_limit(int port, uint32_t max_ma,
charge.voltage = supply_voltage;
charge_manager_update_charge(CHARGE_SUPPLIER_PD, port, &charge);
#endif
- /* notify host of power info change */
- pd_send_host_event(PD_EVENT_POWER_CHANGE);
}
void typec_set_input_current_limit(int port, uint32_t max_ma,
@@ -96,9 +94,6 @@ void typec_set_input_current_limit(int port, uint32_t max_ma,
charge.voltage = supply_voltage;
charge_manager_update_charge(CHARGE_SUPPLIER_TYPEC, port, &charge);
#endif
-
- /* notify host of power info change */
- pd_send_host_event(PD_EVENT_POWER_CHANGE);
}
int pd_snk_is_vbus_provided(int port)