summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-08-10 23:35:25 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-08-10 23:35:25 (GMT)
commitf6e1901c4c596238abe6735bb20593f2734f757e (patch)
tree14515f05ce94045316c4d264f1e3bdfa9b0ddddf /arch
parentd8a6206d4f65f979dc3fee0962af509040b342dc (diff)
parentededad3e6f2c7ccf0c721e71f2fd7b1ea56f520f (diff)
downloadlinux-fsl-qoriq-f6e1901c4c596238abe6735bb20593f2734f757e.tar.xz
Merge branch 'for-2636/i2c/nuc' into next-i2c
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-w90x900/include/mach/i2c.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/include/mach/i2c.h b/arch/arm/mach-w90x900/include/mach/i2c.h
new file mode 100644
index 0000000..9ffb12d
--- /dev/null
+++ b/arch/arm/mach-w90x900/include/mach/i2c.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_ARCH_NUC900_I2C_H
+#define __ASM_ARCH_NUC900_I2C_H
+
+struct nuc900_platform_i2c {
+ int bus_num;
+ unsigned long bus_freq;
+};
+
+#endif /* __ASM_ARCH_NUC900_I2C_H */