drivers: iommu: arm-smmu: Specify sync probe for qsmmuv500-tbu
This commit is contained in:
parent
6a092a18f5
commit
a83e8e51cf
@ -1958,6 +1958,7 @@ 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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user