drivers: iommu: Specify sync probe for qsmmuv500-tbu

Bug: 115776306
Bug: 77146523

Signed-off-by: Miguel de Dios <migueldedios@google.com>
Change-Id: Iff99e30c8a11d4912801e543d9644544113d4ac9
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
This commit is contained in:
Miguel de Dios 2021-07-06 14:34:48 +09:00 committed by spakkkk
parent ed2f4d9ae4
commit f63cda7f99

View File

@ -7227,6 +7227,7 @@ static struct platform_driver qsmmuv500_tbu_driver = {
.driver = {
.name = "qsmmuv500-tbu",
.of_match_table = of_match_ptr(qsmmuv500_tbu_of_match),
.probe_type = PROBE_FORCE_SYNCHRONOUS,
},
.probe = qsmmuv500_tbu_probe,
};