mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: mvebu: spi.h: Add registers for direct write access
The direct write config register is needed for SPI direct write mode configuration. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
21324ddb8b
commit
84d6919118
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ struct kwspi_registers {
|
|||
u32 din; /* 0x1060c */
|
||||
u32 irq_cause; /* 0x10610 */
|
||||
u32 irq_mask; /* 0x10614 */
|
||||
u32 timing1; /* 0x10618 */
|
||||
u32 timing2; /* 0x1061c */
|
||||
u32 dw_cfg; /* 0x10620 - Direct Write Configuration */
|
||||
};
|
||||
|
||||
/* They are used to define CONFIG_SYS_KW_SPI_MPP
|
||||
|
|
Loading…
Add table
Reference in a new issue