Re: [PATCH 6/9] ARM: ux500: Provide device enumeration number suffix for SMSC911x

2013-05-14 Thread Lee Jones
On Tue, 14 May 2013, Linus Walleij wrote: > On Wed, May 8, 2013 at 3:29 PM, Lee Jones wrote: > > > First Ethernet device has a ".0" appended onto the device name. It > > appears that we need this in order to obtain the correct clock. > > > > Signed-off-by: Lee Jones > (...) > > - OF_DEV_A

Re: [PATCH 6/9] ARM: ux500: Provide device enumeration number suffix for SMSC911x

2013-05-14 Thread Linus Walleij
On Wed, May 8, 2013 at 3:29 PM, Lee Jones wrote: > First Ethernet device has a ".0" appended onto the device name. It > appears that we need this in order to obtain the correct clock. > > Signed-off-by: Lee Jones (...) > - OF_DEV_AUXDATA("smsc,lan9115", 0x5000, "smsc911x", NULL), > +

[PATCH 6/9] ARM: ux500: Provide device enumeration number suffix for SMSC911x

2013-05-08 Thread Lee Jones
First Ethernet device has a ".0" appended onto the device name. It appears that we need this in order to obtain the correct clock. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c