diff options
author | Josh Wu <josh.wu@atmel.com> | 2011-10-22 03:17:39 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-03 07:45:17 -0500 |
commit | 45bb9e6fb2b8ac674ad3f4c4446018e9e57dfe8b (patch) | |
tree | 0316199b144b3424aac281414075f2f681f9bf3b /arch/arm/mach-at91/include | |
parent | bb273c8f9399f81e20222448c475ecc362a083f3 (diff) |
ARM: at91: add clock selection parameter for at91_add_device_isi()
Add parameter and change existing call in at91sam9263_devices.c.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-at91/include')
-rw-r--r-- | arch/arm/mach-at91/include/mach/board.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h index 6bd4161a9e34..dc8d6d4f17cf 100644 --- a/arch/arm/mach-at91/include/mach/board.h +++ b/arch/arm/mach-at91/include/mach/board.h | |||
@@ -181,7 +181,9 @@ extern void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data); | |||
181 | extern void __init at91_add_device_ac97(struct ac97c_platform_data *data); | 181 | extern void __init at91_add_device_ac97(struct ac97c_platform_data *data); |
182 | 182 | ||
183 | /* ISI */ | 183 | /* ISI */ |
184 | extern void __init at91_add_device_isi(void); | 184 | struct isi_platform_data; |
185 | extern void __init at91_add_device_isi(struct isi_platform_data *data, | ||
186 | bool use_pck_as_mck); | ||
185 | 187 | ||
186 | /* Touchscreen Controller */ | 188 | /* Touchscreen Controller */ |
187 | struct at91_tsadcc_data { | 189 | struct at91_tsadcc_data { |