[POWERPC] fsl: Update fsl_soc to use cell-index property of I2C nodes
authorTimur Tabi <timur@freescale.com>
Mon, 2 Jun 2008 20:09:35 +0000 (15:09 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 3 Jun 2008 04:57:07 +0000 (23:57 -0500)
Currently, fsl_i2c_of_init() uses the order of the I2C adapter nodes in the
device tree to enumerate the I2C adapters.  Instead, let's check for the
cell-index property and use it if it exists.

This is handy for device drivers that need to identify the I2C adapters by
specific numbers.  The Freescale MPC8610 ASoC V2 sound drivers are an example.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found