-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: wifi: Fix QSPI initialiation
QSPI initialization reads QSPI slave registers, and if RPU isn't powered on this causes undefined behaviour (works on DK, but doesn't work on customer board with different QSPI). Fix this by dividing the RPU configuration into init and enable, init doesn't use QSPI, and both QSPI init and RPU enable use QSPI. Fixes SHEL-2375. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
7 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
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