Re: [PATCH 4/4] ARM i.MX 3ds debugboard: register a dummy regulatorfor the smsc911x device

From: Fabio Estevam
Date: Mon Mar 26 2012 - 14:48:06 EST


On Mon, Mar 26, 2012 at 3:38 PM, Fabio Estevam <festevam@xxxxxxxxx> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/