drm: msm: Enable asynchronous driver probing

Do asynchronous driver probing of drm msm driver
to improve the device boot-up time.

Change-Id: I19e12a8330b35efb3d89abf9ba825637b08e71f3
Signed-off-by: Yunyun Cao <yunyunc@codeaurora.org>
This commit is contained in:
Yunyun Cao 2017-05-31 16:15:46 +08:00 committed by Gerrit - the friendly Code Review server
parent 85baaeb2e2
commit 916012368c

View file

@ -1979,6 +1979,7 @@ static struct platform_driver msm_platform_driver = {
.name = "msm_drm",
.of_match_table = dt_match,
.pm = &msm_pm_ops,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.id_table = msm_id,
};