From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: References: <20070912031132.GC20218@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH v3] [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS port Date: Wed, 12 Sep 2007 16:10:09 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>> + i8259: interrupt-controller@20 { >>> + reg = <1 20 2 >>> + 1 a0 2 >>> + 1 4d0 2>; >>> + clock-frequency = <0>; >> >> Hrm.. what is clock-frequency for on an i8259? I see that other 8259 >> descriptions have this as well, so it's not a problem with this patch >> specifically. > > Its a copy-paste thing so I don't know. If your bootwrapper doesn't fill in this value, you should get rid of this property -- better to have no value than to have the wrong value, esp. since it's probably unused anyway. Segher