Re: [U-Boot] [PATCH v2 3/4] dm: net: macb: Implement link speed change callback

2019-06-01 Thread Joe Hershberger
On Wed, May 22, 2019 at 2:12 AM Bin Meng wrote: > > At present the link speed change callback is a nop. According to > macb device tree bindings, an optional "tx_clk" is used to clock > the ethernet controller's TX_CLK under different link speed. > > In 10/100 MII mode, transmit logic must be cloc

Re: [U-Boot] [PATCH v2 3/4] dm: net: macb: Implement link speed change callback

2019-05-27 Thread Auer, Lukas
On Wed, 2019-05-22 at 00:09 -0700, Bin Meng wrote: > At present the link speed change callback is a nop. According to > macb device tree bindings, an optional "tx_clk" is used to clock > the ethernet controller's TX_CLK under different link speed. > > In 10/100 MII mode, transmit logic must be clo

[U-Boot] [PATCH v2 3/4] dm: net: macb: Implement link speed change callback

2019-05-22 Thread Bin Meng
At present the link speed change callback is a nop. According to macb device tree bindings, an optional "tx_clk" is used to clock the ethernet controller's TX_CLK under different link speed. In 10/100 MII mode, transmit logic must be clocked from a free running clock generated by the external PHY.