1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUS

This takes on the order of 60ms to probe on some systems, so let it
probe asynchronously. It shouldn't have any dependencies that aren't
handled cleanly.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20221101152132.v2.2.Ib1036816e77aba71ebc16b71f7615c55d054689c@changeid
This commit is contained in:
Brian Norris 2022-11-01 15:22:07 -07:00 committed by Tzung-Bi Shih
parent fdf84f9ae3
commit bd88b965ae

View file

@ -557,6 +557,7 @@ static struct platform_driver cros_ec_lpc_driver = {
.name = DRV_NAME,
.acpi_match_table = cros_ec_lpc_acpi_device_ids,
.pm = &cros_ec_lpc_pm_ops,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = cros_ec_lpc_probe,
.remove = cros_ec_lpc_remove,