Re: [PATCH net-next v3 5/5] net: stmmac: dwmac-rk: Add initial support for RK3528 integrated PHY

From: Andrew Lunn
Date: Wed Mar 19 2025 - 20:28:16 EST


> #define RK630_PHY_ID 0x00441400

O.K. different which is good.

> /*
> * Fixed address:
> * Addr: 1 --- RK630@S40
> * 2 --- RV1106@T22
> */
> #define PHY_ADDR_S40 1
> #define PHY_ADDR_T22 2
>
> [1] https://lore.kernel.org/all/20250310001254.1516138-2-jonas@xxxxxxxxx/
> [2] https://github.com/armbian/linux-rockchip/blob/rk-6.1-rkr5/drivers/net/phy/rk630phy.c

The vendor driver is going to need some cleanup before you post it....

Andrew