Commit 8a0ca581 authored by André Draszik's avatar André Draszik Committed by Greg Kroah-Hartman
Browse files

usb: typec: tcpm/tcpci_maxim: enable PROBE_PREFER_ASYNCHRONOUS

parent 286d9e5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
	},