13 Jun
2008
13 Jun
'08
6:16 a.m.
* Even more frustrating is the fact that the CS4270 driver is an I2C * driver, so it's probed via the I2C bus. We need to update the powerpc * platform to initialize client->dev->archdata.of_node to point to the * device node. Then the CS4270 driver can get its own clock rate.
That is easy to fix in drivers/of/of_i2c.c, add... info.platform_data = node;
The node will be in client->dev.platform_data
--
Jon Smirl
jonsmirl@gmail.com