aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/devs.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-06-03 15:08:38 -0400
committerBen Dooks <ben-linux@fluff.org>2009-06-16 18:30:50 -0400
commit52da219e9664e537a745877b0efa7cf2b1ff2996 (patch)
tree01550064abdc17da8904315d8d54a2e4557f1356 /arch/arm/plat-s3c/include/plat/devs.h
parent9492b272820ac8f32a6ad4fcabd571d8305a6d47 (diff)
[ARM] S3C64XX: Provide device for IIS ports
This allows the S3C64XX IIS drivers to be converted to the standard driver model and allows fixes there for problems with attempting to acquire the clocks for the IIS blocks via the clock API. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include/plat/devs.h')
-rw-r--r--arch/arm/plat-s3c/include/plat/devs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index a0b6768fddcf..91de11be274a 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -24,13 +24,15 @@ extern struct platform_device *s3c24xx_uart_src[];
24 24
25extern struct platform_device s3c_device_timer[]; 25extern struct platform_device s3c_device_timer[];
26 26
27extern struct platform_device s3c64xx_device_iis0;
28extern struct platform_device s3c64xx_device_iis1;
29
27extern struct platform_device s3c_device_fb; 30extern struct platform_device s3c_device_fb;
28extern struct platform_device s3c_device_usb; 31extern struct platform_device s3c_device_usb;
29extern struct platform_device s3c_device_lcd; 32extern struct platform_device s3c_device_lcd;
30extern struct platform_device s3c_device_wdt; 33extern struct platform_device s3c_device_wdt;
31extern struct platform_device s3c_device_i2c0; 34extern struct platform_device s3c_device_i2c0;
32extern struct platform_device s3c_device_i2c1; 35extern struct platform_device s3c_device_i2c1;
33extern struct platform_device s3c_device_iis;
34extern struct platform_device s3c_device_rtc; 36extern struct platform_device s3c_device_rtc;
35extern struct platform_device s3c_device_adc; 37extern struct platform_device s3c_device_adc;
36extern struct platform_device s3c_device_sdi; 38extern struct platform_device s3c_device_sdi;