Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LFU-632 imx95_evk: Power up hsiomix for USB gadget used in SPL
Power on hsiomix in board_usb_init is removed in commit de5fbcc (LFU-627 imx95_evk: Fix USB host restart crash) because we always power on hsiomix in u-boot. For SPL, since hsiomix is default power on, there is no issue from cold boot. However some team is trying to reboot from USB SDP for remotely test purpose. SM will power off the hsiomix during the reboot, then cause issue to SPL. Add back the hsiomix power on in board_usb_init to fix the issue. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
- Loading branch information