Message ID | 20211120030717.84287-2-marcan@marcan.st (mailing list archive) |
---|---|
State | Accepted |
Commit | 7b9c90e3e6a13d89048717f846ba664dfbd4c6c7 |
Headers | show |
Series | usb: typec: tipd: Fixes for Apple M1 (CD321X) support | expand |
diff --git a/drivers/usb/typec/tipd/core.c b/drivers/usb/typec/tipd/core.c index fb8ef12bbe9c..4da5a0b2aed2 100644 --- a/drivers/usb/typec/tipd/core.c +++ b/drivers/usb/typec/tipd/core.c @@ -653,7 +653,7 @@ static int cd321x_switch_power_state(struct tps6598x *tps, u8 target_state) if (state == target_state) return 0; - ret = tps6598x_exec_cmd(tps, "SPSS", sizeof(u8), &target_state, 0, NULL); + ret = tps6598x_exec_cmd(tps, "SSPS", sizeof(u8), &target_state, 0, NULL); if (ret) return ret;