Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread David Gibson
On Thu, Oct 11, 2007 at 07:13:39AM -0500, Josh Boyer wrote: > On Thu, 2007-10-11 at 14:02 +0200, Stefan Roese wrote: > > On Thursday 11 October 2007, Josh Boyer wrote: > > > On Thu, 2007-10-11 at 10:49 +0200, Stefan Roese wrote: > > > > > > + PowerPC,[EMAIL PROTECTED] { > > > > > > +

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread Stefan Roese
Hi Josh, On Thursday 11 October 2007, Josh Boyer wrote: > Ok, so how does the DTS file from the kernel get to U-Boot? Since there > is no defconfig provided and no wrapper bits, I'm assuming this port > takes a raw uImage. Is that correct? Yes, correct. > If so, do you expect a separate > DTB

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread Josh Boyer
On Thu, 2007-10-11 at 14:02 +0200, Stefan Roese wrote: > On Thursday 11 October 2007, Josh Boyer wrote: > > On Thu, 2007-10-11 at 10:49 +0200, Stefan Roese wrote: > > > > > + PowerPC,[EMAIL PROTECTED] { > > > > > + device_type = "cpu"; > > > > > +

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread Stefan Roese
On Thursday 11 October 2007, Josh Boyer wrote: > On Thu, 2007-10-11 at 10:49 +0200, Stefan Roese wrote: > > > > + PowerPC,[EMAIL PROTECTED] { > > > > + device_type = "cpu"; > > > > + reg = <0>; > > > > + clock-frequency

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread Josh Boyer
On Thu, 2007-10-11 at 10:49 +0200, Stefan Roese wrote: > > > + PowerPC,[EMAIL PROTECTED] { > > > + device_type = "cpu"; > > > + reg = <0>; > > > + clock-frequency = <0>; /* Filled in by U-Boot */ > > > > Filled in by U-Boot itself? Or by a cu

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-11 Thread Stefan Roese
On Wednesday 10 October 2007, Josh Boyer wrote: > On Mon, 2007-10-08 at 11:10 +0200, Stefan Roese wrote: > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> > > Looks pretty good. Just a couple of questions. > > > --- > > arch/powerpc/boot/dts/kilauea.dts | 253 > > ++

Re: [PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-10 Thread Josh Boyer
On Mon, 2007-10-08 at 11:10 +0200, Stefan Roese wrote: > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> Looks pretty good. Just a couple of questions. > --- > arch/powerpc/boot/dts/kilauea.dts | 253 > + > 1 files changed, 253 insertions(+), 0 deletions(-)

[PATCH 3/3] [POWERPC] Kilauea DTS

2007-10-08 Thread Stefan Roese
Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/kilauea.dts | 253 + 1 files changed, 253 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/kilauea.dts diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/power