summaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/arch-at32ap
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>2008-02-25 11:24:30 +0100
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-06-27 15:32:28 +0200
commitd86d314f67191011e6f494f6517b8cbd7dd3dc39 (patch)
treef813482414cae1771c174f458b4914dfe3465fbf /include/asm-avr32/arch-at32ap
parent47882cf620bcd7b014f6f7fc11be8c045787adac (diff)
downloadlinux-stable-d86d314f67191011e6f494f6517b8cbd7dd3dc39.tar.gz
linux-stable-d86d314f67191011e6f494f6517b8cbd7dd3dc39.tar.bz2
linux-stable-d86d314f67191011e6f494f6517b8cbd7dd3dc39.zip
avr32: Add PSIF platform devices
This patch adds the PS/2 interface (PSIF) to the device code, split into two platform devices, one for each port. The function for adding the PSIF platform device is also added to the board header file. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/arch-at32ap')
-rw-r--r--include/asm-avr32/arch-at32ap/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap/board.h b/include/asm-avr32/arch-at32ap/board.h
index a78206cdb3dc..b4cddfaca90e 100644
--- a/include/asm-avr32/arch-at32ap/board.h
+++ b/include/asm-avr32/arch-at32ap/board.h
@@ -80,6 +80,7 @@ struct platform_device *at32_add_device_twi(unsigned int id,
struct platform_device *at32_add_device_mci(unsigned int id);
struct platform_device *at32_add_device_ac97c(unsigned int id);
struct platform_device *at32_add_device_abdac(unsigned int id);
+struct platform_device *at32_add_device_psif(unsigned int id);
struct cf_platform_data {
int detect_pin;