summaryrefslogtreecommitdiff
path: root/driver/tcpm/ps8751.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/ps8751.h')
-rw-r--r--driver/tcpm/ps8751.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/tcpm/ps8751.h b/driver/tcpm/ps8751.h
index 71325a7d4b..bd3632bcdb 100644
--- a/driver/tcpm/ps8751.h
+++ b/driver/tcpm/ps8751.h
@@ -18,6 +18,8 @@
#define PS8751_REG_CTRL_1 0xD0
#define PS8751_REG_CTRL_1_HPD (1 << 0)
#define PS8751_REG_CTRL_1_IRQ (1 << 1)
+#define PS8751_REG_MUX_USB_C2SS_EQ 0xe7
+#define PS8751_REG_MUX_USB_C2SS_HS_THRESHOLD 0xe8
void ps8751_tcpc_update_hpd_status(int port, int hpd_lvl, int hpd_irq);
int ps8751_tcpc_get_fw_version(int port, int *version);