8 Apr
2010
8 Apr
'10
5:05 p.m.
On Thu, Apr 08, 2010 at 04:59:09PM +0200, Marek Vasut wrote:
@@ -172,6 +198,10 @@ static int __init jive_init(void) if (!machine_is_jive()) return 0;
- ret = wm8750_i2c_setup();
- if (ret != 0)
return ret;
Quoting from my mail of 15:58 (5 minutes ago!):
| The WM8750 on the JIVE is connected using SPI, not I2C. You'll want to | CC in the JIVE and S3C maintainer too (Ben Dooks for both). Looking at | the Jive machine file it's actually registering the SPI device in | arch/arm already so there shouldn't be any need to add any registration | code at all.
To repeat, the WM8750 on JIVE is connected using SPI, not I2C. This means you should not be registering an I2C device.