* ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2
@ 2018-06-30 6:27 codekipper-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <20180630062720.24225-1-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: codekipper-Re5JQEeQqe8AvxtiuMwx3w @ 2018-06-30 6:27 UTC (permalink / raw)
To: maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, wens-jdAy2FN1RRM,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA, Marcus Cooper
From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
The enabling of the emac was reverted when stability issues were
discovered.
This reverts partially commit 6b0e06df5cad (Revert "ARM: dts:
sun8i: h3: Enable dwmac-sun8i on the Beelink X2")
Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
index cf1f970b0c6f..5d23667dc2d2 100644
--- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
+++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
@@ -123,6 +123,13 @@
status = "okay";
};
+&emac {
+ phy-handle = <&int_mii_phy>;
+ phy-mode = "mii";
+ allwinner,leds-active-low;
+ status = "okay";
+};
+
&hdmi {
status = "okay";
};
--
2.18.0
^ permalink raw reply related [flat|nested] 5+ messages in thread[parent not found: <20180630062720.24225-1-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 [not found] ` <20180630062720.24225-1-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2018-07-03 14:50 ` Maxime Ripard 2018-07-03 17:19 ` Code Kipper 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2018-07-03 14:50 UTC (permalink / raw) To: codekipper-Re5JQEeQqe8AvxtiuMwx3w Cc: wens-jdAy2FN1RRM, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 461 bytes --] Hi, On Sat, Jun 30, 2018 at 08:27:20AM +0200, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > The enabling of the emac was reverted when stability issues were > discovered. What stability issues exactly? Have they been fixed? If so, by which commit? Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 2018-07-03 14:50 ` Maxime Ripard @ 2018-07-03 17:19 ` Code Kipper [not found] ` <CAEKpxBmCLF8PMQ2h2qghfMEMktQYdDZEPaFRLvN8-uzDr0mi9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Code Kipper @ 2018-07-03 17:19 UTC (permalink / raw) To: Maxime Ripard; +Cc: Chen-Yu Tsai, linux-sunxi, linux-arm-kernel, devicetree On 3 July 2018 at 16:50, Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote: > Hi, > > On Sat, Jun 30, 2018 at 08:27:20AM +0200, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> >> The enabling of the emac was reverted when stability issues were >> discovered. > > What stability issues exactly? Have they been fixed? If so, by which > commit? They were fixed by 4904337fe34f (ARM: dts: sunxi: Restore EMAC changes (boards)) but this board was missed. CK > > Maxime > > -- > Maxime Ripard, Bootlin (formerly Free Electrons) > Embedded Linux and Kernel engineering > https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAEKpxBmCLF8PMQ2h2qghfMEMktQYdDZEPaFRLvN8-uzDr0mi9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 [not found] ` <CAEKpxBmCLF8PMQ2h2qghfMEMktQYdDZEPaFRLvN8-uzDr0mi9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2018-07-04 7:44 ` Maxime Ripard 2018-07-04 8:30 ` Code Kipper 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2018-07-04 7:44 UTC (permalink / raw) To: Code Kipper; +Cc: Chen-Yu Tsai, linux-sunxi, linux-arm-kernel, devicetree [-- Attachment #1: Type: text/plain, Size: 834 bytes --] On Tue, Jul 03, 2018 at 07:19:16PM +0200, Code Kipper wrote: > On 3 July 2018 at 16:50, Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote: > > Hi, > > > > On Sat, Jun 30, 2018 at 08:27:20AM +0200, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > >> From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> > >> The enabling of the emac was reverted when stability issues were > >> discovered. > > > > What stability issues exactly? Have they been fixed? If so, by which > > commit? > > They were fixed by 4904337fe34f (ARM: dts: sunxi: Restore EMAC changes > (boards)) but this board was missed. Please add that to the commit log, and what the issue was. Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 2018-07-04 7:44 ` Maxime Ripard @ 2018-07-04 8:30 ` Code Kipper 0 siblings, 0 replies; 5+ messages in thread From: Code Kipper @ 2018-07-04 8:30 UTC (permalink / raw) To: Maxime Ripard; +Cc: Chen-Yu Tsai, linux-sunxi, linux-arm-kernel, devicetree On 4 July 2018 at 09:44, Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote: > On Tue, Jul 03, 2018 at 07:19:16PM +0200, Code Kipper wrote: >> On 3 July 2018 at 16:50, Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote: >> > Hi, >> > >> > On Sat, Jun 30, 2018 at 08:27:20AM +0200, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >> From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> >> >> >> The enabling of the emac was reverted when stability issues were >> >> discovered. >> > >> > What stability issues exactly? Have they been fixed? If so, by which >> > commit? >> >> They were fixed by 4904337fe34f (ARM: dts: sunxi: Restore EMAC changes >> (boards)) but this board was missed. > > Please add that to the commit log, and what the issue was. (A)CK > > Maxime > > -- > Maxime Ripard, Bootlin (formerly Free Electrons) > Embedded Linux and Kernel engineering > https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-07-04 8:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-30 6:27 ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 codekipper-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <20180630062720.24225-1-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-07-03 14:50 ` Maxime Ripard
2018-07-03 17:19 ` Code Kipper
[not found] ` <CAEKpxBmCLF8PMQ2h2qghfMEMktQYdDZEPaFRLvN8-uzDr0mi9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-04 7:44 ` Maxime Ripard
2018-07-04 8:30 ` Code Kipper
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox