[PATCH] WM8750: Convert to new API
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Apr 8 10:58:10 EDT 2010
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.
More information about the linux-arm-kernel
mailing list