From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 64180B6F8D for ; Thu, 11 Aug 2011 00:46:11 +1000 (EST) Subject: Re: [PATCH v10 5/5] [powerpc] Fix up fsl-flexcan device tree binding. Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <4E42987F.9040304@grandegger.com> Date: Wed, 10 Aug 2011 09:46:02 -0500 Message-Id: <9E280B21-544B-47AD-8FE2-34F969461129@kernel.crashing.org> References: <1312945564-6626-1-git-send-email-holt@sgi.com> <1312945564-6626-6-git-send-email-holt@sgi.com> <4E428BFF.7060402@grandegger.com> <20110810141550.GQ4926@sgi.com> <4E42987F.9040304@grandegger.com> To: Wolfgang Grandegger Cc: netdev@vger.kernel.org, U Bhaskar-B22300 , socketcan-core@lists.berlios.de, Robin Holt , Scott Wood , PPC list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 10, 2011, at 9:41 AM, Wolfgang Grandegger wrote: > On 08/10/2011 04:15 PM, Robin Holt wrote: >> On Wed, Aug 10, 2011 at 03:47:43PM +0200, Wolfgang Grandegger wrote: > ... >> Done, except the >>> compatible = "fsl,p1010-flexcan", "fsl,flexcan"; >> >> line is >> compatible = "fsl,flexcan", "fsl,flexcan-p1010"; > > IIRC, there order is more to less specific, e.g. for I2C: > > compatible = "fsl,mpc5200-i2c", "fsl-i2c" > > ... > >>> Please also correct the node names (not using the number suffix). >> >> So the node names should be >> can@1c000 { >> can@1d000 { >> correct? > > Yes, just have a look how other node names are constructed, e.g. for > sata, serial, rtc, etc.: > > $ grep serial@ *.dts > ... > pdm360ng.dts: serial@11000 { > pdm360ng.dts: serial@11100 { > pdm360ng.dts: serial@11200 { > pdm360ng.dts: serial@11300 { > pdm360ng.dts: serial@11400 { > pdm360ng.dts: serial@11600 { > pdm360ng.dts: serial@11800 { > pdm360ng.dts: serial@11B00 { > ... > > Wolfgang. Agree w/Wolfgang here, can@1c000, can@1d000 is what we should use. - k