Hi Andrew, On 2025-03-20 00:27, Andrew Lunn wrote: > On Wed, Mar 19, 2025 at 09:44:09PM +0000, Jonas Karlman wrote: >> Rockchip RK3528 (and RV1106) has a different integrated PHY compared to >> the integrated PHY on RK3228/RK3328. > > What ID does this PHY have? Is it just the reset which is different, > or is it actually a different PHY, and the rockchip PHY driver needs > additions? Sorry, look like I missed to include the phy-id reported in this patch and only included that detail in the related device tree patch [1]. This PHY seem to be different compared to the PHY used in older SoCs. The PHY identified on addr 0x2 as 0044.1400 and in vendor kernel this relate to the Rockchip RK630 PHY [2]. #define RK630_PHY_ID 0x00441400 /* * 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 Regards, Jonas > > Andrew