allwinner,leds-active-low;
> phandle = <0x31>;
>
>
> ethernet-phy@1 {
> reg = <0x1>;
> phandle = <0x47>;
> };
allwinner,leds-active-low;
phandle = <0x31>;
ethernet-phy@1 {
reg = <0x1>;
phandle = <0x47>;
};
};
> 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
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.
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
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,
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