Re: [PATCH net v4 1/2] imx7s/imx7d has the ptp interrupt newly added as well.
From: Shawn Guo <hidden>
Date: 2017-11-02 04:12:14
On Wed, Nov 1, 2017 at 4:16 AM, Troy Kisky [off-list ref] 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 <redacted>
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(-)