On Tue, Jan 20, 2009 at 02:36:43PM +0800, stanley.miao wrote: > On Mon, 2009-01-19 at 22:37 +0000, Russell King - ARM Linux wrote: > > At the moment: > > > > ldp_smc911x_resources[0].start = cs_mem_base + 0x0; > > ldp_smc911x_resources[0].end = cs_mem_base + 0xf; > > > > However, the SMC911x driver wants to claim 256 bytes from this region. > > Indeed, its register set definitions appears to indicate that its needs > > more than 16 bytes of address space. > > > > So, the question is what is the right fix? > > > > Unfortunately, fixing this will cause problems with the SMSC911x patches, > > so I'd like to get an answer on this sooner rather than later please. > > Here should be 0x100. Fixing this won't cause problems with smsc911x > patches. Yes it will - if it gets fixed in the -rc series for the smc911x driver your patches will conflict. There's more which needs fixing though - no platform data is being passed so the smc911x driver still fails to initialise. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html