> Kumar Gala wrote: > >> Here you go: > > > > Let me know if this fixes the issues you guys are seeing > with your 83xx > > boards. If so, I'll clean up this patch and push it upstream. > > > > - k > > > Great, thank you! > > Your patch and the params "console=uart,io,0xfe004500 > console=ttyS0" in > the kernel command line do the trick.
I think you should loose the "console=uart,io,0xfe004500", don't think it is needed sine the "console=ttyS0" will override it. > > Alex > > > >> + .device_list = (enum ppc_sys_devices[]) > >> + { > >> + MPC83xx_IIC1, MPC83xx_DUART, > >> +#ifdef CONFIG_QE > >> + MPC83xx_QE_UCC3, MPC83xx_QE_UCC4, > >> +#endif > >> + }, > >> + }, > >> { /* default match */ > >> .ppc_sys_name = "", > >> .mask = 0x00000000, This device list appears to be common to all 8323E CPUs and to me this looks like a board unique list. Seems to that this list is better off in the mpc832xe_mds.c board file. That would make it easier for custom boards I think. Jocke