soc/qcom: move icnss_initialize to async probe

To reduce boot time to first stage.

Before:
[    1.221918] init: init first stage started!

After:
[    1.199159] init: init first stage started!

Bug: 129688998
Test: reboot 100 times, camera, wifi, basic operation
Change-Id: Iff04c974605a2a5e5580c60a6b498b1fdbb44d12
Signed-off-by: Rick Yiu <rickyiu@google.com>
This commit is contained in:
Rick Yiu 2019-05-27 19:29:30 +08:00 committed by spakkkk
parent 8821a3a9e7
commit 4b45716160

View File

@ -4086,6 +4086,7 @@ static struct platform_driver icnss_driver = {
.name = "icnss",
.pm = &icnss_pm_ops,
.of_match_table = icnss_dt_match,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};