Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
On 08/24/2012 04:08 PM, Lee Jones wrote: >> I have checked in Snowball schematics and I can confirm that the fixed >> 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is >> MOP500_AB8500_PIN_GPIO(26) > We're also using GPIO26 on the DB8500 in the Device Tree solution. > Odd that is shou

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
Hi Lee, I have checked in Snowball schematics and I can confirm that the fixed 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is MOP500_AB8500_PIN_GPIO(26) and you have first to update the upstream gpio-ab8500 driver. BR, Philippe On 08/24/2012 02:48 PM, Lee Jones wrote: > The SMS

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Lee Jones
> I have checked in Snowball schematics and I can confirm that the fixed > 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is > MOP500_AB8500_PIN_GPIO(26) We're also using GPIO26 on the DB8500 in the Device Tree solution. Odd that is should work? I wonder if we're just getting lucky,

[PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Lee Jones
The SMSC911x Ethernet chip requires a fixed-regulator in order to function correctly. We have previously provided a means to obtain this during a Device Tree boot, however nothing has been put into place when booting with a non-DT kernel. This patch aims to change that. Signed-off-by: Lee Jones -