From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] arm64: dts: renesas: condor: specify EtherAVB PHY IRQ
Date: Fri, 1 Jun 2018 23:45:55 +0300 [thread overview]
Message-ID: <21578b79-7ba0-b3a6-ae45-7e9ffbb7c8db@cogentembedded.com> (raw)
In-Reply-To: <4acc208e-c593-1e8a-00ca-fc9a5574074e@cogentembedded.com>
Specify EtherAVB PHY IRQ in the Condor board's device tree, now that
we have the GPIO support (previously phylib had to resort to polling).
Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
arch/arm64/boot/dts/renesas/r8a77980-condor.dts | 2 ++
1 file changed, 2 insertions(+)
Index: renesas/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
===================================================================
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
+++ renesas/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
@@ -59,6 +59,8 @@
phy0: ethernet-phy at 0 {
rxc-skew-ps = <1500>;
reg = <0>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
};
};
next prev parent reply other threads:[~2018-06-01 20:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-01 20:41 [PATCH 0/3] Add R8A77980/Condor/V3HSK GPIO support Sergei Shtylyov
2018-06-01 20:44 ` [PATCH 1/3] arm64: dts: renesas: r8a77980: add " Sergei Shtylyov
2018-06-04 10:34 ` Simon Horman
2018-06-06 9:07 ` Geert Uytterhoeven
2018-06-08 8:25 ` Simon Horman
2018-06-01 20:45 ` Sergei Shtylyov [this message]
2018-06-04 10:33 ` [PATCH 2/3] arm64: dts: renesas: condor: specify EtherAVB PHY IRQ Simon Horman
2018-06-04 14:22 ` Sergei Shtylyov
2018-06-08 8:41 ` Simon Horman
2018-06-01 20:47 ` [PATCH 3/3] arm64: dts: renesas: v3hsk: specify GEther " Sergei Shtylyov
2018-06-04 10:34 ` Simon Horman
2018-06-06 8:18 ` Geert Uytterhoeven
2018-06-13 16:42 ` [PATCH v2] arm64: dts: renesas: condor/v3hsk: specify Ethernet PHY IRQs Sergei Shtylyov
2018-06-13 16:44 ` Sergei Shtylyov
2018-06-14 7:20 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21578b79-7ba0-b3a6-ae45-7e9ffbb7c8db@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox