diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-09-13 00:35:37 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-10-25 00:35:46 +0100 |
commit | 93ac5a552c831096003f9bc74471300dc1710a42 (patch) | |
tree | 91f79071e37e84adbd6d0e9b66d6a53292c0dd47 /arch/arm/mach-u300/include/mach/u300-regs.h | |
parent | 6c009ab89a212b4364cdb74192d438f542fb291c (diff) | |
download | blackbird-op-linux-93ac5a552c831096003f9bc74471300dc1710a42.tar.gz blackbird-op-linux-93ac5a552c831096003f9bc74471300dc1710a42.zip |
ARM: platform data to use the FSMC NAND with the U300
Just as it says, if this is merged along with the other patch, the
driver supports the U300 NAND flash interface.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/arm/mach-u300/include/mach/u300-regs.h')
-rw-r--r-- | arch/arm/mach-u300/include/mach/u300-regs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/include/mach/u300-regs.h b/arch/arm/mach-u300/include/mach/u300-regs.h index 56721a0cd2af..8b85df4c8d8f 100644 --- a/arch/arm/mach-u300/include/mach/u300-regs.h +++ b/arch/arm/mach-u300/include/mach/u300-regs.h @@ -20,11 +20,9 @@ /* NAND Flash CS0 */ #define U300_NAND_CS0_PHYS_BASE 0x80000000 -#define U300_NAND_CS0_VIRT_BASE 0xff040000 /* NFIF */ #define U300_NAND_IF_PHYS_BASE 0x9f800000 -#define U300_NAND_IF_VIRT_BASE 0xff030000 /* AHB Peripherals */ #define U300_AHB_PER_PHYS_BASE 0xa0000000 |