Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Josh Boyer
On Fri, 21 Mar 2008 18:28:38 +0100 Segher Boessenkool <[EMAIL PROTECTED]> wrote: > >>> As for the DTS, maybe a "compatible" property in the CPU might make > >>> some > >>> sense with a content along the lines of "ppc440x6" or whatever rev of > >>> the 440 core it is. > >>> > >>> What do you think

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Segher Boessenkool
As for the DTS, maybe a "compatible" property in the CPU might make some sense with a content along the lines of "ppc440x6" or whatever rev of the 440 core it is. What do you think ? Good idea. I'll try to come up with a list for all existing 4xx SoC's and it's core versions. I don't reall

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Josh Boyer
On Fri, 21 Mar 2008 11:54:33 +0100 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Friday 21 March 2008, Benjamin Herrenschmidt wrote: > > On Wed, 2008-03-19 at 17:15 +0100, Stefan Roese wrote: > > > + [EMAIL PROTECTED] { > > > + device_type = "cpu"; > > > +

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Segher Boessenkool
BTW, Should we sort compatible from the most specific to the most specific or the other way around ? Most specific first. Segher ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Benjamin Herrenschmidt
On Fri, 2008-03-21 at 12:46 +0100, Segher Boessenkool wrote: > > As for the DTS, maybe a "compatible" property in the CPU might make > > some > > sense with a content along the lines of "ppc440x6" or whatever rev of > > the 440 core it is. > > Good idea, but please _also_ put the exact name in t

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Segher Boessenkool
As for the DTS, maybe a "compatible" property in the CPU might make some sense with a content along the lines of "ppc440x6" or whatever rev of the 440 core it is. Good idea, but please _also_ put the exact name in there, first; so something like compatible = "AMCC,PowerPC,460GT", "AMCC

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Stefan Roese
On Friday 21 March 2008, Benjamin Herrenschmidt wrote: > On Wed, 2008-03-19 at 17:15 +0100, Stefan Roese wrote: > > + [EMAIL PROTECTED] { > > + device_type = "cpu"; > > + model = "PowerPC,460GT"; > > + reg = <0>; > > I

Re: [PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-21 Thread Benjamin Herrenschmidt
On Wed, 2008-03-19 at 17:15 +0100, Stefan Roese wrote: > + [EMAIL PROTECTED] { > + device_type = "cpu"; > + model = "PowerPC,460GT"; > + reg = <0>; > I wonder if we should do something here to differenciate the SoC c

[PATCH] [POWERPC] Add AMCC Glacier 460GT eval board dts

2008-03-19 Thread Stefan Roese
The patch adds the Glacier dts. The Glacier is nearly identical to the Canyonlands (460EX). Here the differences: - 4 ethernet ports instead of 2 - no SATA port - no USB port Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/glacier.dts | 464