From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 6D3DCDDDDC for ; Sat, 6 Sep 2008 13:17:05 +1000 (EST) Date: Fri, 5 Sep 2008 20:17:03 -0400 From: Sean MacLennan To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc/44x: Add hwmon support to Sequoia device tree Message-ID: <20080905201703.0586e131@lappy.seanm.ca> In-Reply-To: <20080905160017.GA22310@ld0162-tx32.am.freescale.net> References: <200809041155.02927.matthias.fuchs@esd-electronics.com> <200809041628.29460.matthias.fuchs@esd-electronics.com> <200809041641.57614.matthias.fuchs@esd-electronics.com> <200809051219.43906.sr@denx.de> <20080905160017.GA22310@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 5 Sep 2008 11:00:18 -0500 "Scott Wood" wrote: > On Fri, Sep 05, 2008 at 12:19:43PM +0200, Stefan Roese wrote: > > > + > > > + hwmon@48 { > > > > Not sure if we shouldn't use > > > > ad7414@48 { > > > > here. This is the way it is already done in warp.dts. > > We shouldn't. Node names are supposed to be generic: > http://playground.sun.com/1275/practice/gnames/gnamv14a.html Damn. Where were you a year ago when I first introduced this? ;) And if it is really supposed to be generic, would temp@48 be a better name since this is basically a generic temperature chip? Now that the i2c driver is a full of platform driver, I think I can change the name with no repercussions. So I can live with whatever decision is made. Can't do anything about the systems that are out in the field though.... Cheers, Sean