aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-01-22 05:43:26 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:00:31 -0500
commite2920802351b3e01a3e70a26bb1bbb22f29da4cb (patch)
treefb2ba713860aefbcda802c092fdb4bd16da6ce7b /include/asm-arm/arch-at91
parentf06e656fb4f6f41ae9cba0f5d6948a6c7f6250ba (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/arch-at91')
-rw-r--r--include/asm-arm/arch-at91/board.h3
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};
127extern void __init at91_add_device_ac97(struct atmel_ac97_data *data); 127extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
128 128
129 /* ISI */
130extern void __init at91_add_device_isi(void);
131
129 /* LEDs */ 132 /* LEDs */
130extern u8 at91_leds_cpu; 133extern u8 at91_leds_cpu;
131extern u8 at91_leds_timer; 134extern u8 at91_leds_timer;