On Wed, Nov 1, 2017 at 4:16 AM, Troy Kisky <troy.ki...@boundarydevices.com> wrote: > 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 <troy.ki...@boundarydevices.com>
I had updated my email address in MAINTAINERS for years. Please use that one. > v4: add blank, ie s/"int0","pps"/"int0", "pps"/ as suggested by Andrew Lunn > --- > Documentation/devicetree/bindings/net/fsl-fec.txt | 13 +++++++++++++ Please have bindings go with net driver instead of DTS changes. Shawn > arch/arm/boot/dts/imx6qdl.dtsi | 1 + > arch/arm/boot/dts/imx6sx.dtsi | 2 ++ > arch/arm/boot/dts/imx6ul.dtsi | 2 ++ > arch/arm/boot/dts/imx7d.dtsi | 6 ++++-- > arch/arm/boot/dts/imx7s.dtsi | 6 ++++-- > 6 files changed, 26 insertions(+), 4 deletions(-)