diff options
author | Andrew Victor | 2007-05-11 21:49:56 +0200 |
---|---|---|
committer | Russell King | 2007-05-11 22:07:54 +0200 |
commit | 877d7720f5f67793b9b6027840d2c88ea25dc4c8 (patch) | |
tree | 7f906238239dba97f26e9e78da359b958436d7f5 /include/asm-avr32 | |
parent | [ARM] Update mach-types (diff) | |
download | kernel-qcow2-linux-877d7720f5f67793b9b6027840d2c88ea25dc4c8.tar.gz kernel-qcow2-linux-877d7720f5f67793b9b6027840d2c88ea25dc4c8.tar.xz kernel-qcow2-linux-877d7720f5f67793b9b6027840d2c88ea25dc4c8.zip |
[ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors.
Add support for Atmel's new AT91SAM9RL range of processors.
Includes similar peripherals as other AT91SAM9 processors, but with a
High-speed USB controller and various sizes of internal SRAM.
Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/arch-at32ap/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap/cpu.h b/include/asm-avr32/arch-at32ap/cpu.h index 2bdc5bd6f793..a762f42cbb71 100644 --- a/include/asm-avr32/arch-at32ap/cpu.h +++ b/include/asm-avr32/arch-at32ap/cpu.h @@ -29,5 +29,6 @@ #define cpu_is_at91sam9260() (0) #define cpu_is_at91sam9261() (0) #define cpu_is_at91sam9263() (0) +#define cpu_is_at91sam9rl() (0) #endif /* __ASM_ARCH_CPU_H */ |