public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] arm: mvebu: Add some SPI CS attributes
@ 2016-02-12 12:52 Stefan Roese
  2016-02-12 12:52 ` [U-Boot] [PATCH 2/3] arm: mvebu: spi.h: Add registers for direct write access Stefan Roese
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Stefan Roese @ 2016-02-12 12:52 UTC (permalink / raw)
  To: u-boot

These attribute defines may be used to map an area of memory for direct
access to the specific SPI devices. See SPI Direct Access Mode for
further information.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
---
 arch/arm/mach-mvebu/include/mach/cpu.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h
index 017d55f..dd58b4a 100644
--- a/arch/arm/mach-mvebu/include/mach/cpu.h
+++ b/arch/arm/mach-mvebu/include/mach/cpu.h
@@ -47,6 +47,9 @@ enum cpu_attrib {
 	CPU_ATTR_DRAM_CS3 = 0x07,
 	CPU_ATTR_NANDFLASH = 0x2f,
 	CPU_ATTR_SPIFLASH = 0x1e,
+	CPU_ATTR_SPI0_CS0 = 0x1e,
+	CPU_ATTR_SPI0_CS1 = 0x5e,
+	CPU_ATTR_SPI1_CS2 = 0x9a,
 	CPU_ATTR_BOOTROM = 0x1d,
 	CPU_ATTR_PCIE_IO = 0xe0,
 	CPU_ATTR_PCIE_MEM = 0xe8,
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-24  8:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12 12:52 [U-Boot] [PATCH 1/3] arm: mvebu: Add some SPI CS attributes Stefan Roese
2016-02-12 12:52 ` [U-Boot] [PATCH 2/3] arm: mvebu: spi.h: Add registers for direct write access Stefan Roese
2016-03-24  8:46   ` Stefan Roese
2016-02-12 12:52 ` [U-Boot] [PATCH 3/3] arm: mvebu: theadorable: Add StratixV FPGA programming support Stefan Roese
2016-02-12 13:24 ` [U-Boot] [PATCH 3/3 v2] " Stefan Roese
2016-03-24  8:47   ` Stefan Roese
2016-03-24  8:46 ` [U-Boot] [PATCH 1/3] arm: mvebu: Add some SPI CS attributes Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox