diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-01-22 11:43:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:00:31 +0000 |
commit | e2920802351b3e01a3e70a26bb1bbb22f29da4cb (patch) | |
tree | fb2ba713860aefbcda802c092fdb4bd16da6ce7b /include/asm-arm/arch-at91 | |
parent | f06e656fb4f6f41ae9cba0f5d6948a6c7f6250ba (diff) | |
download | linux-stable-e2920802351b3e01a3e70a26bb1bbb22f29da4cb.tar.gz linux-stable-e2920802351b3e01a3e70a26bb1bbb22f29da4cb.tar.bz2 linux-stable-e2920802351b3e01a3e70a26bb1bbb22f29da4cb.zip |
[ARM] 4751/1: [AT91] ISI peripheral on SAM9263
Add support for the Image Sensor Interface (ISI) peripheral integrated
in the Atmel AT91SAM9263 processor.
Patch from MaLiK
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91')
-rw-r--r-- | include/asm-arm/arch-at91/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h index 79054965baa6..762148cc48c1 100644 --- a/include/asm-arm/arch-at91/board.h +++ b/include/asm-arm/arch-at91/board.h @@ -126,6 +126,9 @@ struct atmel_ac97_data { }; extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); + /* ISI */ +extern void __init at91_add_device_isi(void); + /* LEDs */ extern u8 at91_leds_cpu; extern u8 at91_leds_timer; |