* [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards
@ 2017-10-03 4:57 Yoshihiro Shimoda
2017-10-03 4:57 ` [PATCH 1/3] arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins Yoshihiro Shimoda
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-10-03 4:57 UTC (permalink / raw)
To: horms, magnus.damm, robh+dt, mark.rutland
Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda
This patch set is based on the renesas.git /
renesas-devel-20171002-v4.14-rc3 tag.
Yoshihiro Shimoda (3):
arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins
arm64: dts: renesas: ulcb: drop "avb_phy_int" from avb_pins
arm64: dts: renesas: r8a77995: draak: drop "avb_phy_int" from avb_pins
arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 3 +--
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 3 +--
arch/arm64/boot/dts/renesas/ulcb.dtsi | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/3] arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins
2017-10-03 4:57 [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Yoshihiro Shimoda
@ 2017-10-03 4:57 ` Yoshihiro Shimoda
2017-10-03 4:57 ` [PATCH 2/3] arm64: dts: renesas: ulcb: " Yoshihiro Shimoda
[not found] ` <1507006633-28258-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-10-03 4:57 UTC (permalink / raw)
To: horms, magnus.damm, robh+dt, mark.rutland
Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda
Since the Ethernet AVB driver doesn't support AVB_PHY_INT handling
and it will be handled by a phy driver as a gpio pin, this patch
removes the "avb_phy_int" from the avb_pins node.
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Fixes: 7d73a4da2681 ("arm64: dts: r8a7795: salvator-x: Set drive-strength for ravb pins")
Fixes: 4903987033be ("arm64: dts: r8a7796: salvator-x: Set drive-strength for ravb pins")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index d9d8850..e41e53b 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -381,8 +381,7 @@
avb_pins: avb {
mux {
- groups = "avb_link", "avb_phy_int", "avb_mdc",
- "avb_mii";
+ groups = "avb_link", "avb_mdc", "avb_mii";
function = "avb";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] arm64: dts: renesas: ulcb: drop "avb_phy_int" from avb_pins
2017-10-03 4:57 [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Yoshihiro Shimoda
2017-10-03 4:57 ` [PATCH 1/3] arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins Yoshihiro Shimoda
@ 2017-10-03 4:57 ` Yoshihiro Shimoda
[not found] ` <1507006633-28258-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-10-03 4:57 UTC (permalink / raw)
To: horms, magnus.damm, robh+dt, mark.rutland
Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda
Since the Ethernet AVB driver doesn't support AVB_PHY_INT handling
and it will be handled by a phy driver as a gpio pin, this patch
removes the "avb_phy_int" from the avb_pins node.
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Fixes: 133ace3f3804 ("arm64: dts: ulcb: Set drive-strength for ravb pins")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
arch/arm64/boot/dts/renesas/ulcb.dtsi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index dfec907..1a5f15a 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -254,8 +254,7 @@
avb_pins: avb {
mux {
- groups = "avb_link", "avb_phy_int", "avb_mdc",
- "avb_mii";
+ groups = "avb_link", "avb_mdc", "avb_mii";
function = "avb";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] arm64: dts: renesas: r8a77995: draak: drop "avb_phy_int" from avb_pins
[not found] ` <1507006633-28258-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
@ 2017-10-03 4:57 ` Yoshihiro Shimoda
2017-10-03 7:32 ` [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Geert Uytterhoeven
1 sibling, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-10-03 4:57 UTC (permalink / raw)
To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Yoshihiro Shimoda
Since the Ethernet AVB driver doesn't support AVB_PHY_INT handling
and it will be handled by a phy driver as a gpio pin, this patch
removes the "avb_phy_int" from the avb_pins node.
Reported-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Fixes: 4503b50eac08 ("arm64: dts: renesas: r8a77995: draak: enable EthernetAVB")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
index 96b7ff5..fac58be 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
@@ -41,8 +41,7 @@
&pfc {
avb0_pins: avb {
mux {
- groups = "avb0_link", "avb0_phy_int", "avb0_mdc",
- "avb0_mii";
+ groups = "avb0_link", "avb0_mdc", "avb0_mii";
function = "avb0";
};
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards
[not found] ` <1507006633-28258-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-10-03 4:57 ` [PATCH 3/3] arm64: dts: renesas: r8a77995: draak: " Yoshihiro Shimoda
@ 2017-10-03 7:32 ` Geert Uytterhoeven
2017-10-03 7:51 ` Simon Horman
1 sibling, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-10-03 7:32 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas
Hi Shimoda-san,
On Tue, Oct 3, 2017 at 6:57 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:
> This patch set is based on the renesas.git /
> renesas-devel-20171002-v4.14-rc3 tag.
Thank you!
For the whole series:
Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards
2017-10-03 7:32 ` [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Geert Uytterhoeven
@ 2017-10-03 7:51 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2017-10-03 7:51 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Yoshihiro Shimoda, Magnus Damm, Rob Herring, Mark Rutland,
devicetree@vger.kernel.org, Linux-Renesas
On Tue, Oct 03, 2017 at 09:32:01AM +0200, Geert Uytterhoeven wrote:
> Hi Shimoda-san,
>
> On Tue, Oct 3, 2017 at 6:57 AM, Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com> wrote:
> > This patch set is based on the renesas.git /
> > renesas-devel-20171002-v4.14-rc3 tag.
>
> Thank you!
>
> For the whole series:
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-03 7:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 4:57 [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Yoshihiro Shimoda
2017-10-03 4:57 ` [PATCH 1/3] arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins Yoshihiro Shimoda
2017-10-03 4:57 ` [PATCH 2/3] arm64: dts: renesas: ulcb: " Yoshihiro Shimoda
[not found] ` <1507006633-28258-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-10-03 4:57 ` [PATCH 3/3] arm64: dts: renesas: r8a77995: draak: " Yoshihiro Shimoda
2017-10-03 7:32 ` [PATCH 0/3] arm64: dts: renesas: fix avb_pins on some boards Geert Uytterhoeven
2017-10-03 7:51 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).