Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
SPI DUAL QUAD mode fixes for Designware SPI
SPI DUAL and QUAD mode configurations and fixes done to ensure transmit and receive of DUAL and QUAD mode is working. DUAL QUAD Reception working fine with SPI-NOR flash. Whereas DUAL QUAD transmission cannot work with SPI-NOR flash since there is no write support in the MTD SPI-NOR driver yet. Hence the transmission is tested using SPI adapters. Also, a GPIO fix is done as part of this commit. With the GPIO fix, the SPI GPIO chipselect line functionality issue is fixed. Signed-off-by: Vaidya, Mahesh R <mahesh.r.vaidya@intel.com>
- Loading branch information
1 parent
e85efaf
commit de6f8390867e1796aa6ad8d0603a8c7676e54fac
Showing
4 changed files
with
123 additions
and
41 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
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