summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/speed-imx35.c
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2012-08-31 15:10:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-04 11:16:48 +0200
commitb977801ac156531d1edfd0bc6ab325ed632857af (patch)
treec87779889887f8d8954da06d08bb269e38e23cb0 /arch/arm/mach-imx/speed-imx35.c
parent086d09c9134f0a6a07703806de83c365b5d71a97 (diff)
downloadbarebox-b977801ac156531d1edfd0bc6ab325ed632857af.tar.gz
barebox-b977801ac156531d1edfd0bc6ab325ed632857af.tar.xz
IMX driver: replace imx -> fsl
The IMX i2c driver is to be used by SOCs on both the ARM and PPC architetures. Use a more neutral name for the structure, function names and #define. The driver name is now "i2c-fsl". Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/speed-imx35.c')
-rw-r--r--arch/arm/mach-imx/speed-imx35.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/speed-imx35.c b/arch/arm/mach-imx/speed-imx35.c
index 6d4236a020..ec7d06a11b 100644
--- a/arch/arm/mach-imx/speed-imx35.c
+++ b/arch/arm/mach-imx/speed-imx35.c
@@ -187,7 +187,7 @@ ulong imx_get_fecclk(void)
return imx_get_ipgclk();
}
-ulong imx_get_i2cclk(void)
+ulong fsl_get_i2cclk(void)
{
return imx_get_ipg_perclk();
}