summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mvebu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-02-12 13:52:17 +0100
committerStefan Roese <sr@denx.de>2016-03-24 09:48:07 +0100
commit84d6919118042cba56fe50ee57b1b6351e740cf4 (patch)
tree0d7ef5b615d9e1d8d09e54a7a9408d6639bfc739 /arch/arm/include/asm/arch-mvebu
parent21324ddb8b5c56e608ec25b596846c17dc200a86 (diff)
downloadtalos-obmc-uboot-84d6919118042cba56fe50ee57b1b6351e740cf4.tar.gz
talos-obmc-uboot-84d6919118042cba56fe50ee57b1b6351e740cf4.zip
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>
Diffstat (limited to 'arch/arm/include/asm/arch-mvebu')
-rw-r--r--arch/arm/include/asm/arch-mvebu/spi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mvebu/spi.h b/arch/arm/include/asm/arch-mvebu/spi.h
index e512dcec16..526fea68e6 100644
--- a/arch/arm/include/asm/arch-mvebu/spi.h
+++ b/arch/arm/include/asm/arch-mvebu/spi.h
@@ -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
OpenPOWER on IntegriCloud