Rename i.MX I2C driver file.
This commit is contained in:
parent
c3fb772502
commit
484b4fd46c
@ -44,7 +44,7 @@ dev/usb/controller/ehci_imx.c optional ehci
|
||||
arm/freescale/imx/imx_wdog.c optional imxwdt
|
||||
|
||||
# i2c
|
||||
arm/freescale/imx/i2c.c optional fsliic
|
||||
arm/freescale/imx/imx_i2c.c optional fsliic
|
||||
|
||||
# IPU - Image Processing Unit (frame buffer also)
|
||||
arm/freescale/imx/imx51_ipuv3.c optional sc
|
||||
|
@ -47,7 +47,7 @@ dev/usb/controller/ehci_imx.c optional ehci
|
||||
arm/freescale/imx/imx_wdog.c optional imxwdt
|
||||
|
||||
# i2c
|
||||
arm/freescale/imx/i2c.c optional fsliic
|
||||
arm/freescale/imx/imx_i2c.c optional fsliic
|
||||
|
||||
# IPU - Image Processing Unit (frame buffer also)
|
||||
arm/freescale/imx/imx51_ipuv3.c optional sc
|
||||
|
@ -52,5 +52,5 @@ arm/freescale/imx/imx6_usbphy.c optional ehci
|
||||
#
|
||||
#arm/freescale/imx/imx51_iomux.c optional iomux
|
||||
#dev/ata/chipsets/ata-fsl.c optional imxata
|
||||
#arm/freescale/imx/i2c.c optional fsliic
|
||||
#arm/freescale/imx/imx_i2c.c optional fsliic
|
||||
#arm/freescale/imx/imx51_ipuv3.c optional sc
|
||||
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This driver is based on the I2C driver for IMX (imx/i2c.c).
|
||||
* This driver is based on the I2C driver for i.MX
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user