]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
authorMarek Vasut <marex@denx.de>
Thu, 9 Jul 2015 02:28:13 +0000 (04:28 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:20 +0000 (08:17 +0200)
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>
arch/arm/mach-socfpga/include/mach/reset_manager.h

index 457c4b8ba69fee567e4f652ba7c84e095e047480..8e59578f374b7f799a36a3998b4f874beddd5d5d 100644 (file)
@@ -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. */