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)
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>

No differences found