summaryrefslogtreecommitdiff
path: root/baseboard/zork/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/zork/baseboard.c')
-rw-r--r--baseboard/zork/baseboard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/baseboard/zork/baseboard.c b/baseboard/zork/baseboard.c
index 3b7784a1d8..555afaaa31 100644
--- a/baseboard/zork/baseboard.c
+++ b/baseboard/zork/baseboard.c
@@ -484,6 +484,11 @@ static int ps8802_tune_mux(int port, mux_state_t mux_state)
{
int rv = EC_SUCCESS;
+ /* Make sure the PS8802 is awake */
+ rv = ps8802_i2c_wake(port);
+ if (rv)
+ return rv;
+
/* USB specific config */
if (mux_state & USB_PD_MUX_USB_ENABLED) {
/* Boost the USB gain */