mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
Add SDMMC, QSPI and DMA reset defines. These are needed by SPL so that we can boot from SD card and QSPI. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
3191611a05
commit
34122eb262
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ struct socfpga_reset_manager {
|
|||
#define RSTMGR_UART0 RSTMGR_DEFINE(1, 16)
|
||||
#define RSTMGR_SPIM0 RSTMGR_DEFINE(1, 18)
|
||||
#define RSTMGR_SPIM1 RSTMGR_DEFINE(1, 19)
|
||||
#define RSTMGR_QSPI RSTMGR_DEFINE(0, 5)
|
||||
#define RSTMGR_SDMMC RSTMGR_DEFINE(0, 22)
|
||||
#define RSTMGR_DMA RSTMGR_DEFINE(0, 28)
|
||||
#define RSTMGR_SDR RSTMGR_DEFINE(1, 29)
|
||||
|
||||
/* Create a human-readable reference to SoCFPGA reset. */
|
||||
|
|
Loading…
Add table
Reference in a new issue