Re: [PATCH 1/3 v2] Add StorCenter DTS first draft.

2008-01-08 Thread Scott Wood
Jon Loeliger wrote: So, like, the other day Scott Wood mumbled: On Tue, Jan 08, 2008 at 04:06:56PM -0600, Jon Loeliger wrote: +/ { + model = StorCenter; + compatible = storcenter; + #address-cells = 1; + #size-cells = 1; + +aliases { +serial0 = serial0; +

Re: [PATCH 1/3 v2] Add StorCenter DTS first draft.

2008-01-08 Thread Jon Loeliger
So, like, the other day Scott Wood mumbled: On Tue, Jan 08, 2008 at 04:06:56PM -0600, Jon Loeliger wrote: +/ { + model = StorCenter; + compatible = storcenter; + #address-cells = 1; + #size-cells = 1; + +aliases { +serial0 = serial0; +

Re: [PATCH 1/3 v2] Add StorCenter DTS first draft.

2008-01-08 Thread Scott Wood
On Tue, Jan 08, 2008 at 04:06:56PM -0600, Jon Loeliger wrote: +/ { + model = StorCenter; + compatible = storcenter; + #address-cells = 1; + #size-cells = 1; + +aliases { +serial0 = serial0; +serial1 = serial1; +pci0

[PATCH 1/3 v2] Add StorCenter DTS first draft.

2008-01-08 Thread Jon Loeliger
Based on the Kurobox DTS files. Signed-off-by: Andy Wilcox [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] --- Pulled PCI node out. Fixed flash node. arch/powerpc/boot/dts/storcenter.dts | 155 ++ 1 files changed, 155 insertions(+), 0