mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
![Dinh Nguyen](/assets/img/avatar_default.png)
This patch adds I2C functionality to the Freescale MX51 Babbage HW. The patch adds device structures, i2c board slave device defines, IOMUX pin defines, and clocks. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
12 lines
524 B
C
12 lines
524 B
C
extern struct platform_device mxc_uart_device0;
|
|
extern struct platform_device mxc_uart_device1;
|
|
extern struct platform_device mxc_uart_device2;
|
|
extern struct platform_device mxc_fec_device;
|
|
extern struct platform_device mxc_usbdr_host_device;
|
|
extern struct platform_device mxc_usbh1_device;
|
|
extern struct platform_device mxc_usbdr_udc_device;
|
|
extern struct platform_device mxc_wdt;
|
|
extern struct platform_device mxc_i2c_device0;
|
|
extern struct platform_device mxc_i2c_device1;
|
|
extern struct platform_device mxc_hsi2c_device;
|