Re: [PATCH 1/3] sbc834x: Add support for Wind River SBC834x boards

2008-01-15 Thread Kumar Gala
On Jan 9, 2008, at 1:01 AM, Stephen Rothwell wrote: Hi Paul, On Wed, 9 Jan 2008 00:49:30 -0500 Paul Gortmaker [EMAIL PROTECTED] wrote: +static void __init sbc834x_init_IRQ(void) +{ +struct device_node *np; + +np = of_find_node_by_type(NULL, ipic); +if (!np) +

[PATCH 1/3] sbc834x: Add support for Wind River SBC834x boards

2008-01-08 Thread Paul Gortmaker
This adds the basic support for the Wind River SBC834x boards. The SBC8349 is more common, although it should work on the SBC8347 board as well. Support is heavily based on the existing MPC834x_MDS code. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- arch/powerpc/platforms/83xx/Kconfig