Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-26 Thread Patrick Wildt
allwinner,leds-active-low; > phandle = <0x31>; > > > ethernet-phy@1 { > reg = <0x1>; > phandle = <0x47>; > };

Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-26 Thread Stephen Graf
allwinner,leds-active-low; phandle = <0x31>; ethernet-phy@1 { reg = <0x1>; phandle = <0x47>; }; };

Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-26 Thread Mark Kettenis
> Date: Thu, 26 Oct 2017 12:47:57 +0200 > From: Patrick Wildt > > On Mon, Oct 23, 2017 at 12:03:28PM -0700, Stephen Graf wrote: > > Thank you for the advice. Yes that works, at least for the orange pi one. > > So, do things work for you now? You should send the full diff you're > running with

Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-26 Thread Patrick Wildt
On Mon, Oct 23, 2017 at 12:03:28PM -0700, Stephen Graf wrote: > Thank you for the advice. Yes that works, at least for the orange pi one. So, do things work for you now? You should send the full diff you're running with now.

Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-23 Thread Stephen Graf
dwxe driver works on orange pi one (Allwinner H3) On Sun, Oct 22, 2017 at 10:48:51PM -0700, Stephen Graf wrote: > Yes, the latest diff from Patrick solves the system crash. In > addition to the driver changes, syscon must be made to start before > dwxe and somewhere the noisolate

Re: dwxe driver works on orange pi one (Allwinner H3)

2017-10-22 Thread Jonathan Gray
On Sun, Oct 22, 2017 at 10:48:51PM -0700, Stephen Graf wrote: > Yes, the latest diff from Patrick solves the system crash. In addition to > the driver changes, syscon must be made to start before dwxe and somewhere > the noisolate flag must be set. I set the noisolate flag in the ukphy > driver,

dwxe driver works on orange pi one (Allwinner H3)

2017-10-22 Thread Stephen Graf
Yes, the latest diff from Patrick solves the system crash. In addition to the driver changes, syscon must be made to start before dwxe and somewhere the noisolate flag must be set. I set the noisolate flag in the ukphy driver, but I am not sure that is the correct place. Can it be done in dwxe a