usb: typec: tcpm/tcpci_maxim: enable PROBE_PREFER_ASYNCHRONOUS

This driver works fine with asynchronous probe.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Badhri Jagan Sridharan <badhri@google.com>
Link: https://lore.kernel.org/r/20250707-max77759-irq-wake-v1-3-d367f633e4bc@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
André Draszik
2025-07-07 11:50:29 +01:00
committed by Greg Kroah-Hartman
parent 286d9e5abe
commit 8a0ca58140

View File

@@ -572,6 +572,7 @@ MODULE_DEVICE_TABLE(of, max_tcpci_of_match);
static struct i2c_driver max_tcpci_i2c_driver = {
.driver = {
.name = "maxtcpc",
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = max_tcpci_of_match,
.pm = &max_tcpci_pm_ops,
},