summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhen Kong <zkong@codeaurora.org>2017-02-24 15:32:29 +0530
committerZhen Kong <zkong@codeaurora.org>2017-03-15 16:43:02 -0700
commit11352d5a7a9cc47646c678a23b4b7b79c4d0aa46 (patch)
tree8905e5be5134379a31d2a866f42c06256779f050
parentad64f3159b1a40af3df4045ce96a3b5b48214364 (diff)
firmware: tz_log: Enable asynchronous driver probing
Do asynchronous driver probing of TZ log driver to improve the device boot-up time. Change-Id: Ic972be12f820787db1a5bc957b109461354875fb Signed-off-by: AnilKumar Chimata <anilc@codeaurora.org> Signed-off-by: Zhen Kong <zkong@codeaurora.org>
-rw-r--r--drivers/firmware/qcom/tz_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/qcom/tz_log.c b/drivers/firmware/qcom/tz_log.c
index 11bd3aae340b..dc4214f7a302 100644
--- a/drivers/firmware/qcom/tz_log.c
+++ b/drivers/firmware/qcom/tz_log.c
@@ -1133,6 +1133,7 @@ static struct platform_driver tz_log_driver = {
.name = "tz_log",
.owner = THIS_MODULE,
.of_match_table = tzlog_match,
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};