Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers: usb: dwc3: Specify sync probe for dwc3-of-simple.
Browse files Browse the repository at this point in the history
Bug: 115776306
Bug: 77146523

Signed-off-by: Miguel de Dios <[email protected]>
Change-Id: Ia6cc41f836688a4b3d4a3f1699fa7cbb1616e6fa
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
Miguel de Dios authored and mvaisakh committed Mar 16, 2023
1 parent ff46e53 commit 7307c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/dwc3/dwc3-of-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ static struct platform_driver dwc3_of_simple_driver = {
.name = "dwc3-of-simple",
.of_match_table = of_dwc3_simple_match,
.pm = &dwc3_of_simple_dev_pm_ops,
.probe_type = PROBE_FORCE_SYNCHRONOUS,
},
};

Expand Down

0 comments on commit 7307c6a

Please sign in to comment.