-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LFU-627 imx95_evk: Fix USB host restart crash
Found a issue that restart USB host enumeration will cause u-boot crash. It is introduced by enabling SCMI power domain driver. Because u-boot SCMI power domain driver does not support multiple devices to share one power domain. But both usb2.0 and usb3.0 controllers share the HSIO TOP PD, so stop any of controller will power off the HSIO TOP PD and cause issue to the other. Temporally fix the issue by removing the power-domain property for both usb nodes. Power on the HSIO TOP at u-boot early and power off it at board quiesce devices. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
- Loading branch information
Ye Li
committed
Dec 12, 2023
1 parent
bcb95e6
commit de5fbcc
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters