mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
hos: Fix hold usbd in reset
This commit is contained in:
parent
4f65697522
commit
2b7722da7d
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ int hos_launch(ini_sec_t *cfg)
|
|||
EMC(EMC_SCRATCH0) = 0;
|
||||
|
||||
// Hold USBD in reset for SoC state validation on sleep.
|
||||
CLOCK(CLK_RST_CONTROLLER_RST_DEV_L_CLR) = BIT(CLK_L_USBD);
|
||||
CLOCK(CLK_RST_CONTROLLER_RST_DEV_L_SET) = BIT(CLK_L_USBD);
|
||||
|
||||
// Flush cache and disable MMU.
|
||||
bpmp_mmu_disable();
|
||||
|
|
Loading…
Reference in a new issue