summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/devs.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 16:14:55 +0000
committerBen Dooks <ben-linux@fluff.org>2008-12-15 23:56:41 +0000
commit1aba834da12989bb769d1dcbf6b0ea29f730c92c (patch)
tree4f06c055eb265919ab137a49a21d3a5ace5d393d /arch/arm/plat-s3c/include/plat/devs.h
parent8f995cc3ac94b114fe84782b023d8706d1adf960 (diff)
downloadkernel-crypto-1aba834da12989bb769d1dcbf6b0ea29f730c92c.tar.gz
kernel-crypto-1aba834da12989bb769d1dcbf6b0ea29f730c92c.tar.xz
kernel-crypto-1aba834da12989bb769d1dcbf6b0ea29f730c92c.zip
[ARM] S3C: Add i2c1 device definition
Add device definition and support functions for the second i2c device (i2c1). If this is selected, the first i2c bus will become index 0 instead of index -1. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index d9e0c543ebd..0e342d1fafb 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -28,6 +28,7 @@ extern struct platform_device s3c_device_usb;
extern struct platform_device s3c_device_lcd;
extern struct platform_device s3c_device_wdt;
extern struct platform_device s3c_device_i2c0;
+extern struct platform_device s3c_device_i2c1;
extern struct platform_device s3c_device_iis;
extern struct platform_device s3c_device_rtc;
extern struct platform_device s3c_device_adc;