Re: [PATCH] Added support for PRTLVT based boards (MPC5121)

2008-06-23 Thread David Jander
On Friday 20 June 2008 16:36:20 you wrote: I have a set of patches that I will be submitting later today that adds the generic board support without removing ADS. So I would prefer for you to just submit a device tree file for your board. Ok, thanks. I'll check your patches, fix our DT and

Re: [PATCH] Added support for PRTLVT based boards (MPC5121)

2008-06-20 Thread David Jander
Hi John, On Wednesday 18 June 2008 17:33:48 John Rigby wrote: Hi David, Looks like your device tree is based on the beta ltib bsp. There were some changes in release 1 that you may want to incorporate: First as a convention I changed all the interrupt numbers in the tuples to be decimal.

Re: [PATCH] Added support for PRTLVT based boards (MPC5121)

2008-06-20 Thread John Rigby
I have a set of patches that I will be submitting later today that adds the generic board support without removing ADS. So I would prefer for you to just submit a device tree file for your board. On Fri, Jun 20, 2008 at 3:01 AM, David Jander [EMAIL PROTECTED] wrote: Hi John, On Wednesday 18

Re: [PATCH] Added support for PRTLVT based boards (MPC5121)

2008-06-18 Thread John Rigby
Hi David, Looks like your device tree is based on the beta ltib bsp. There were some changes in release 1 that you may want to incorporate: First as a convention I changed all the interrupt numbers in the tuples to be decimal. I like this better because the interrupts are decimal in the

[PATCH] Added support for PRTLVT based boards (MPC5121)

2008-06-13 Thread David Jander
Made MPC5121_ADS board support generic: Renamed arch/powerpc/platforms/512x/mpc5121_ads.c and added list of supported boards. For both MPC5121 ADS or PRTLVT support, just select MPC5121_GENERIC and use the corresponding device-tree. Signed-off-by: David Jander [EMAIL PROTECTED] ---