Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751958AbbGMNcq (ORCPT ); Mon, 13 Jul 2015 09:32:46 -0400 Received: from mail.kernel.org ([198.145.29.136]:45506 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbbGMNcp (ORCPT ); Mon, 13 Jul 2015 09:32:45 -0400 Date: Mon, 13 Jul 2015 21:31:38 +0800 From: Shawn Guo To: Manoil Claudiu Cc: Huan Wang , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "shawn.guo@linaro.org" Subject: Re: [PATCH] dts: ls1021a: Add dts nodes for eTSEC0, eTSEC1 and eTSEC2 Message-ID: <20150713133138.GO23464@tiger> References: <1435213498-21025-1-git-send-email-b18965@freescale.com> <20150712065101.GA14354@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 44 On Mon, Jul 13, 2015 at 10:47:49AM +0000, Manoil Claudiu wrote: > > -----Original Message----- > > From: Shawn Guo [mailto:shawnguo@kernel.org] > > Sent: Sunday, July 12, 2015 9:51 AM > > To: Wang Huan-B18965 > > Cc: devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- > > kernel@vger.kernel.org; shawn.guo@linaro.org; Manoil Claudiu-B08782; > > Wang Huan-B18965 > > Subject: Re: [PATCH] dts: ls1021a: Add dts nodes for eTSEC0, eTSEC1 and > > eTSEC2 > > > > On Thu, Jun 25, 2015 at 02:24:58PM +0800, Alison Wang wrote: > > > @@ -391,6 +394,85 @@ > > > reg = <0x0 0x2d24000 0x0 0x4000>; > > > }; > > > > > > + enet0: ethernet@2d10000 { > > > > Most of the vendor specific properties below are undocumented bindings. > > > > Shawn > > > > Hi Shawn, > > Please note that these properties (with only one exception) were accepted long time ago > and are in use for the upstream powerpc platforms, eg: > $ git grep fsl,num_rx_queues > arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi: fsl,num_rx_queues = <0x8>; > arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi: fsl,num_rx_queues = <0x8>; > arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi: fsl,num_rx_queues = <0x8>; > drivers/net/ethernet/freescale/gianfar.c: ret = of_property_read_u32(np, "fsl,num_rx_queues", > > So, I think the bindings documentation could be added in a separate, follow-up, patch. I would like to see patch for bindings documentation before I apply this one. Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/