summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-06-28 08:03:22 -0500
committerJoel Sherrill <joel@rtems.org>2021-06-29 15:34:16 -0500
commitc18b041b7727e0fc80abc5cd01bba86804ef748e (patch)
treeeab3e1b36a3a9fef5eb84c13a4218e5a1fab8c58 /bsps
parentbsps/zynq-uart: Make post baud change kick global (diff)
downloadrtems-c18b041b7727e0fc80abc5cd01bba86804ef748e.tar.bz2
bsps/cadence-spi: Fix moduleid offset
Move the moduleid register to the correct offset according to Cadence IP documentation.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/include/dev/spi/cadence-spi-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/include/dev/spi/cadence-spi-regs.h b/bsps/include/dev/spi/cadence-spi-regs.h
index b4b2366b3d..207d056fb1 100644
--- a/bsps/include/dev/spi/cadence-spi-regs.h
+++ b/bsps/include/dev/spi/cadence-spi-regs.h
@@ -78,6 +78,7 @@ typedef struct {
uint32_t slave_idle_count;
uint32_t txthreshold;
uint32_t rxthreshold;
+ uint32_t unused[51];
uint32_t moduleid;
} cadence_spi;