Re: [PATCH net-next] net: mdio: Add RTL9300 MDIO driver
From: Jakub Kicinski
Date: Mon Apr 14 2025 - 17:40:40 EST
On Thu, 10 Apr 2025 11:15:54 +1200 Chris Packham wrote:
> Add a driver for the MDIO controller on the RTL9300 family of Ethernet
> switches with integrated SoC. There are 4 physical SMI interfaces on the
> RTL9300 however access is done using the switch ports. The driver takes
> the MDIO bus hierarchy from the DTS and uses this to configure the
> switch ports so they are associated with the correct PHY. This mapping
> is also used when dealing with software requests from phylib.
>
> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
Hi Andrew, does this look okay to you now?