Re: [PATCH net-next v5 06/14] net: ethernet: oa_tc6: implement internal PHY initialization
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-11 15:47:48
Also in:
linux-devicetree, linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-11 15:47:48
Also in:
linux-devicetree, linux-doc, lkml
On Tue, Jul 30, 2024 at 09:38:58AM +0530, Parthiban Veerasooran wrote:
Internal PHY is initialized as per the PHY register capability supported by the MAC-PHY. Direct PHY Register Access Capability indicates if PHY registers are directly accessible within the SPI register memory space. Indirect PHY Register Access Capability indicates if PHY registers are indirectly accessible through the MDIO/MDC registers MDIOACCn defined in OPEN Alliance specification. Currently the direct register access is only supported. Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew