[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5AW8EHBcs+YZk9wpaTBCDHe8ZErUDdJoPQAofHCivQxGw@mail.gmail.com>
Date: Mon, 26 Mar 2012 15:48:07 -0300
From: Fabio Estevam <festevam@...il.com>
To: Sascha Hauer <s.hauer@...gutronix.de>
Cc: linux-kernel@...r.kernel.org,
Estevam Fabio-R49496 <r49496@...escale.com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Liam Girdwood <lrg@...com>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 4/4] ARM i.MX 3ds debugboard: register a dummy regulator
for the smsc911x device
On Mon, Mar 26, 2012 at 3:38 PM, Fabio Estevam <festevam@...il.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists