8 Apr
2010
8 Apr
'10
4:58 p.m.
On Thu, Apr 08, 2010 at 04:51:49PM +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;
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.