You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] m32r: Update m32r_cfc.[ch] to support Mappi-III platform
This patch is for the M32R CF/PCMCIA drivers to support a new platform, Mappi-III evaluation board. Signed-off-by: Mamoru Sakugawa <sakugawa@linux-m32r.org> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6f973b001a
commit
934bb7f88e
@@ -71,11 +71,15 @@
|
||||
|
||||
#define CFC_IOPORT_BASE 0x1000
|
||||
|
||||
#if !defined(CONFIG_PLAT_USRV)
|
||||
#if defined(CONFIG_PLAT_MAPPI3)
|
||||
#define CFC_ATTR_MAPBASE 0x14014000
|
||||
#define CFC_IO_MAPBASE_BYTE 0xb4012000
|
||||
#define CFC_IO_MAPBASE_WORD 0xb4002000
|
||||
#elif !defined(CONFIG_PLAT_USRV)
|
||||
#define CFC_ATTR_MAPBASE 0x0c014000
|
||||
#define CFC_IO_MAPBASE_BYTE 0xac012000
|
||||
#define CFC_IO_MAPBASE_WORD 0xac002000
|
||||
#else /* CONFIG_PLAT_USRV */
|
||||
#else
|
||||
#define CFC_ATTR_MAPBASE 0x04014000
|
||||
#define CFC_IO_MAPBASE_BYTE 0xa4012000
|
||||
#define CFC_IO_MAPBASE_WORD 0xa4002000
|
||||
|
||||
Reference in New Issue
Block a user