From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH net v5 1/2] ARM: dts: imx: name the interrupts for the fec ethernet driver Date: Thu, 16 Nov 2017 16:09:42 +0800 Message-ID: <20171116080941.GF25384@dragon> References: <20171103172959.22318-1-troy.kisky@boundarydevices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fugang.duan@nxp.com, netdev@vger.kernel.org, davem@davemloft.net, fabio.estevam@nxp.com, lznuaa@gmail.com, andrew@lunn.ch To: Troy Kisky Return-path: Received: from mail.kernel.org ([198.145.29.99]:38354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933564AbdKPIKG (ORCPT ); Thu, 16 Nov 2017 03:10:06 -0500 Content-Disposition: inline In-Reply-To: <20171103172959.22318-1-troy.kisky@boundarydevices.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Nov 03, 2017 at 10:29:58AM -0700, Troy Kisky wrote: > imx7s/imx7d has the ptp interrupt newly added as well. > > For imx7, "int0" is the interrupt for queue 0 and ENET_MII > "int1" is for queue 1 > "int2" is for queue 2 > > For imx6sx, "int0" handles all 3 queues and ENET_MII > > And of course, the "pps" interrupt is for the PTP_CLOCK_PPS interrupts > This will help document what each interrupt does. > > Signed-off-by: Troy Kisky Applied, thanks.