[PATCH v2] net: zynq: Add support for PHY configuration in SGMII mode

2021-12-14 Thread Michal Simek
SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to configure it properly. Signed-off-by: Michal Simek --- Changes in v2: - Handle also cases where phy reference doesn't exist which means that u-boot doesn't need to configure it (configu

Re: [PATCH v2] net: zynq: Add support for PHY configuration in SGMII mode

2021-12-14 Thread Ramon Fried
On Tue, Dec 14, 2021 at 2:42 PM Michal Simek wrote: > > SGMII configuration depends on proper GT setting that's why when node has > phys property call PSGTR driver to configure it properly. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Handle also cases where phy reference doesn't

Re: [PATCH v2] net: zynq: Add support for PHY configuration in SGMII mode

2021-12-14 Thread Sean Anderson
On 12/14/21 7:42 AM, Michal Simek wrote: SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to configure it properly. Signed-off-by: Michal Simek --- Changes in v2: - Handle also cases where phy reference doesn't exist which means th

Re: [PATCH v2] net: zynq: Add support for PHY configuration in SGMII mode

2021-12-15 Thread Michal Simek
Ășt 14. 12. 2021 v 13:42 odesĂ­latel Michal Simek napsal: > > SGMII configuration depends on proper GT setting that's why when node has > phys property call PSGTR driver to configure it properly. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Handle also cases where phy reference does