summaryrefslogtreecommitdiff
path: root/board/fruitpie/usb_pd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/fruitpie/usb_pd_config.h')
-rw-r--r--board/fruitpie/usb_pd_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/fruitpie/usb_pd_config.h b/board/fruitpie/usb_pd_config.h
index 52f5448aa2..e3a0ab2302 100644
--- a/board/fruitpie/usb_pd_config.h
+++ b/board/fruitpie/usb_pd_config.h
@@ -82,8 +82,8 @@ static inline void pd_set_host_mode(int enable)
/* UFP-side : threshold for DFP connection detection */
#define PD_SNK_VA 200 /* mV */
-/* we are a dev board, wait for the user to tell us what we should do */
-#define PD_DEFAULT_STATE PD_STATE_DISABLED
+/* start as a sink in case we have no other power supply/battery */
+#define PD_DEFAULT_STATE PD_STATE_SNK_DISCONNECTED
/* delay necessary for the voltage transition on the power supply */
#define PD_POWER_SUPPLY_TRANSITION_DELAY 50000 /* us */