summaryrefslogtreecommitdiff
path: root/baseboard/volteer/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/baseboard.h')
-rw-r--r--baseboard/volteer/baseboard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/baseboard/volteer/baseboard.h b/baseboard/volteer/baseboard.h
index 41eb887d4e..2b51696708 100644
--- a/baseboard/volteer/baseboard.h
+++ b/baseboard/volteer/baseboard.h
@@ -106,7 +106,7 @@
#define CONFIG_USB_PD_DISCHARGE_PPC
#define CONFIG_USB_PD_DUAL_ROLE
#define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0
-#define CONFIG_USB_PD_PORT_MAX_COUNT 1
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#define CONFIG_USB_PD_TCPC_LOW_POWER
#define CONFIG_USB_PD_TCPM_TCPCI
#define CONFIG_USB_PD_TCPM_TUSB422 /* USBC port C0 */
@@ -122,6 +122,7 @@
* CONFIG_USBC_PPC_VCONN
*/
#define CONFIG_USBC_PPC_SN5S330 /* USBC port C0 */
+#define CONFIG_USBC_PPC_SYV682X /* USBC port C1 */
#define CONFIG_INTEL_VIRTUAL_MUX
#define CONFIG_USBC_SS_MUX
@@ -204,6 +205,7 @@ enum temp_sensor_id {
enum usbc_port {
USBC_PORT_C0 = 0,
+ USBC_PORT_C1,
USBC_PORT_COUNT
};