Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751615AbbGMKry (ORCPT ); Mon, 13 Jul 2015 06:47:54 -0400 Received: from mail-bn1on0111.outbound.protection.outlook.com ([157.56.110.111]:3008 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751006AbbGMKrx convert rfc822-to-8bit (ORCPT ); Mon, 13 Jul 2015 06:47:53 -0400 From: Manoil Claudiu To: Shawn Guo , Huan Wang CC: "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "shawn.guo@linaro.org" , Huan Wang Subject: RE: [PATCH] dts: ls1021a: Add dts nodes for eTSEC0, eTSEC1 and eTSEC2 Thread-Topic: [PATCH] dts: ls1021a: Add dts nodes for eTSEC0, eTSEC1 and eTSEC2 Thread-Index: AQHQrxBMbO2qe8zy20yZviCbq7I01p3XgBmAgAHOEQA= Date: Mon, 13 Jul 2015 10:47:49 +0000 Message-ID: References: <1435213498-21025-1-git-send-email-b18965@freescale.com> <20150712065101.GA14354@localhost> In-Reply-To: <20150712065101.GA14354@localhost> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: kernel.org; dkim=none (message not signed) header.d=none; x-originating-ip: [192.88.166.1] x-microsoft-exchange-diagnostics: 1;BN3PR0301MB0868;5:ekdm3mrtL7s8dRBDMllHrU8+8EwtRAUgdR7vPWMslBgcrvYznuSXFDiEhq7vzY5LTxyW2WCHcQBpgjrPVh9/Eia3GnXik3Sp61cp96sOi7ud1bRO0t3talJzIq5qDAAaEnguWLljntnAYJmMXs0h9w==;24:3tmjvy2v+y2SY1hIep3vVSZtf5hop4NDur4MLiLEZkuS/6YEsybEkC6GT/EotGzUOpsc70BT640xl18Hw4yXZtI0KCX9ZXj7vDkfnOCTbcQ=;20:QitFBe8x7qaWJlgbn3NO1ufEWub9IMt+MOYlIJizoLPI6CSQKsEcxROuTO8kISviRw310RdklAf3lLoUV3OWTQ== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR0301MB0868; bn3pr0301mb0868: X-MS-Exchange-Organization-RulesExecuted x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BN3PR0301MB0868;BCL:0;PCL:0;RULEID:;SRVR:BN3PR0301MB0868; x-forefront-prvs: 0636271852 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(164054003)(51704005)(13464003)(24454002)(74316001)(54356999)(5002640100001)(106116001)(99286002)(77156002)(50986999)(107886002)(189998001)(87936001)(5001960100002)(5003600100002)(5001770100001)(76176999)(40100003)(62966003)(33656002)(86362001)(92566002)(2656002)(19580405001)(2900100001)(46102003)(19580395003)(2950100001)(76576001)(77096005)(66066001)(102836002)(4001430100001)(4001450100001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN3PR0301MB0868;H:DM2PR03MB414.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 13 Jul 2015 10:47:49.7038 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR0301MB0868 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1535 Lines: 41 > -----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. Thanks, Claudiu -- 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/