cpuimx27: fix i2c bus selection
authorEric Bénard <eric@eukrea.com>
Fri, 8 Oct 2010 08:37:41 +0000 (10:37 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 8 Oct 2010 13:08:41 +0000 (15:08 +0200)
commit4793ca4028e4dcdbf2740db50995c9378ded3cf8
tree14f0117e221905258cee31f65912222db2332b04
parent22377ec5ea0a6d65a712465df33f7c2058ac32aa
cpuimx27: fix i2c bus selection

Recent clean of i.MX devices registration changed the i2C bus number
selected for our platform (Freescale start peripheral ID at 1, kernel
now start it at 0 so i.MX27's i2c 1 is kernel's i2c 0).
Without this fix, i2c is unusable on this platform.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mach-cpuimx27.c