Re: fec driver and two micrel phys

2017-11-29 Thread Andrew Lunn
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/314706.html > > &mac0 { > phy-mode = "rmii"; > phy-handle = <ðphy0>; > pinctrl-names = "default"; > pinctrl-0 = <&mac0_pins_a>; > phy-reset-gpios = <&gpio4 13 0>; > phy-reset-duration = <100>;

Re: fec driver and two micrel phys

2017-11-29 Thread Oliver Graute
On 29/11/17, Oliver Graute wrote: > On 28/11/17, Andrew Lunn wrote: > > On Tue, Nov 28, 2017 at 04:28:15PM +0100, Oliver Graute wrote: > > > Hello list, > > > > > > I try to get two Micrel KSZ8041 Phys working with the fec driver from > > > Kernel 4.14. But it looks that something with the mii_bus

Re: fec driver and two micrel phys

2017-11-28 Thread Oliver Graute
On 28/11/17, Andrew Lunn wrote: > On Tue, Nov 28, 2017 at 04:28:15PM +0100, Oliver Graute wrote: > > Hello list, > > > > I try to get two Micrel KSZ8041 Phys working with the fec driver from > > Kernel 4.14. But it looks that something with the mii_bus probing is not > > working here. I expect the

RE: fec driver and two micrel phys

2017-11-28 Thread Andy Duan
From: Oliver Graute Sent: Tuesday, November 28, 2017 11:28 PM >Hello list, > >I try to get two Micrel KSZ8041 Phys working with the fec driver from Kernel >4.14. But it looks that something with the mii_bus probing is not working here. >I expect the Phys on address 01 and 03. Currently on eth1 I

Re: fec driver and two micrel phys

2017-11-28 Thread Andrew Lunn
On Tue, Nov 28, 2017 at 04:28:15PM +0100, Oliver Graute wrote: > Hello list, > > I try to get two Micrel KSZ8041 Phys working with the fec driver from > Kernel 4.14. But it looks that something with the mii_bus probing is not > working here. I expect the Phys on address 01 and 03. Currently on eth

fec driver and two micrel phys

2017-11-28 Thread Oliver Graute
Hello list, I try to get two Micrel KSZ8041 Phys working with the fec driver from Kernel 4.14. But it looks that something with the mii_bus probing is not working here. I expect the Phys on address 01 and 03. Currently on eth1 I see TX traffic but no RX. On eth0 there is neither nor. (ifconfig) [