forked from Imagelibrary/rtems
bsps/cadence-spi: Fix moduleid offset
Move the moduleid register to the correct offset according to Cadence IP documentation.
This commit is contained in:
committed by
Joel Sherrill
parent
26d61c8670
commit
c18b041b77
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user