From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lugano.hostireland.com (lugano.hostireland.com [67.192.77.34]) by ozlabs.org (Postfix) with ESMTP id B3F2ADDF12 for ; Sat, 2 Feb 2008 22:37:02 +1100 (EST) Subject: Re: PATCH[1/1] 8xx: Add clock-frequency to Adder875 and mpc885ads board ports From: Bryan O'Donoghue To: Scott Wood In-Reply-To: <47A38888.1010901@freescale.com> References: <1201736088.3466.3.camel@neuromancer.mindspace> <47A38888.1010901@freescale.com> Content-Type: text/plain Date: Sat, 02 Feb 2008 11:36:59 +0000 Message-Id: <1201952219.3645.4.camel@neuromancer.mindspace> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2008-02-01 at 15:00 -0600, Scott Wood wrote: > Bryan O'Donoghue wrote: > > Redo the addition of the clock-frequency parameter to the Adder875 .dts > > so that the values are decimal rather then hex. > > > > > > Signed-off-by: Bryan O'Donoghue > > --- > > > > diff --git a/arch/powerpc/boot/dts/adder875-redboot.dts > > b/arch/powerpc/boot/dts/adder875-redboot.dts > > index 7c25d96..c508f3c 100644 > > --- a/arch/powerpc/boot/dts/adder875-redboot.dts > > +++ b/arch/powerpc/boot/dts/adder875-redboot.dts > > @@ -149,6 +149,7 @@ > > compatible = "fsl,mpc875-brg", > > "fsl,cpm1-brg", > > "fsl,cpm-brg"; > > + clock-frequency = <50000000>; > > reg = <0x9f0 0x10>; > > }; Actually I was wondering myself why the file was using whitespace instead of tabs - no doubt something to do with copying between evolution + gedit. Will fix this up with vim