[PATCH 4/4] ARM i.MX 3ds debugboard: register a dummy regulator for the smsc911x device
Fabio Estevam
festevam at gmail.com
Mon Mar 26 14:48:07 EDT 2012
On Mon, Mar 26, 2012 at 3:38 PM, Fabio Estevam <festevam at gmail.com> wrote:
> static struct regulator_consumer_supply dummy_supplies[] = {
> - REGULATOR_SUPPLY("vdd33a", "smsc911x"),
> - REGULATOR_SUPPLY("vddvario", "smsc911x"),
> + REGULATOR_SUPPLY("vdd33a", NULL),
> + REGULATOR_SUPPLY("vddvario", NULL),
Actually the proper fix is:
--- a/arch/arm/plat-mxc/3ds_debugboard.c
+++ b/arch/arm/plat-mxc/3ds_debugboard.c
@@ -80,7 +80,7 @@ static struct smsc911x_platform_config smsc911x_config = {
static struct platform_device smsc_lan9217_device = {
.name = "smsc911x",
- .id = 0,
+ .id = -1,
.dev = {
.platform_data = &smsc911x_config,
},
Will send you the patch shortly.
More information about the linux-arm-kernel
mailing list