Files
kernel_common_drivers/drivers/net/phy
Qingpeng Yang 536fd8b52a eth: bringup t6x on kernel 6.12 [1/1]
PD#SWPL-234368

Problem:
t6x eth didn't work on kernel 6.12

Solution:
bringup t6x on kernel 6.12
1.Sync CL: 572284, 573414, 575489
2.Add '.config_aneg' function instance for meson phy,
to fix phydev->eee_enabled with device tree setting.
Otherwise, the phydev->eee_enabled obtained by 'phy_probe'
would cause the EEE advertisement register to be
overwritten when calling 'genphy_c45_an_config_eee_aneg'.

Verify:
t6x-bu309

Change-Id: I2536867ff7ff1a7a811e02af9edb843c4639a319
Signed-off-by: Qingpeng Yang <qingpeng.yang@amlogic.com>
2025-10-29 19:18:25 -07:00
..