summaryrefslogtreecommitdiff
path: root/board/grunt/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/grunt/board.h')
-rw-r--r--board/grunt/board.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index 824e7d7714..65e3d1ebb5 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -92,19 +92,15 @@
#define CONFIG_USB_PD_TCPM_TCPCI
#define CONFIG_USB_PD_TRY_SRC
#define CONFIG_USB_PD_VBUS_DETECT_PPC
-#define CONFIG_USB_PD_VBUS_MEASURE_NOT_PRESENT
#define CONFIG_USBC_PPC_SN5S330
#define CONFIG_USBC_SS_MUX
#define CONFIG_USBC_SS_MUX_DFP_ONLY
#define CONFIG_USBC_VCONN
#define CONFIG_USBC_VCONN_SWAP
-/* USB Type-A Port BC1.2 support */
-#define CONFIG_USB_PORT_POWER_SMART
-#define CONFIG_USB_PORT_POWER_SMART_CDP_SDP_ONLY
-#define CONFIG_USB_PORT_POWER_SMART_INVERTED
-#define GPIO_USB1_ILIM_SEL GPIO_USB_A0_CHARGE_EN_L
-#define GPIO_USB2_ILIM_SEL GPIO_USB_A1_CHARGE_EN_L
+/* USB-A config */
+#define CONFIG_USB_PORT_POWER_DUMB
+#define USB_PORT_COUNT 2
/* TODO(b/69683108): Use correct PD delay values */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
@@ -176,6 +172,7 @@
enum adc_channel {
ADC_TEMP_SENSOR_CHARGER,
ADC_TEMP_SENSOR_SOC,
+ ADC_VBUS,
ADC_CH_COUNT
};