diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-01-22 05:43:26 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:00:31 -0500 |
commit | e2920802351b3e01a3e70a26bb1bbb22f29da4cb (patch) | |
tree | fb2ba713860aefbcda802c092fdb4bd16da6ce7b /include/asm-arm | |
parent | f06e656fb4f6f41ae9cba0f5d6948a6c7f6250ba (diff) |
[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')
-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 { | |||
126 | }; | 126 | }; |
127 | extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); | 127 | extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); |
128 | 128 | ||
129 | /* ISI */ | ||
130 | extern void __init at91_add_device_isi(void); | ||
131 | |||
129 | /* LEDs */ | 132 | /* LEDs */ |
130 | extern u8 at91_leds_cpu; | 133 | extern u8 at91_leds_cpu; |
131 | extern u8 at91_leds_timer; | 134 | extern u8 at91_leds_timer; |