mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
ededad3e6f
This patch is to add i2c driver support for nuc900. Signed-off-by: Wan ZongShun <mcuos.com@gmail.org> Reviewed-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
10 lines
177 B
C
10 lines
177 B
C
#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 */
|