From: Paolo Abeni Date: Tue, 8 Oct 2024 08:50:16 +0000 (+0200) Subject: Merge branch 'net-phy-support-master-slave-config-via-device-tree' X-Git-Tag: v6.13-rc1~135^2~399 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a17b9b3a6767bd342beef9be7b17f9a6d8c49df4;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-phy-support-master-slave-config-via-device-tree' Oleksij Rempel says: ==================== net: phy: Support master-slave config via device tree This patch series adds support for configuring the master/slave role of PHYs via the device tree. A new `master-slave` property is introduced in the device tree bindings, allowing PHYs to be forced into either master or slave mode. This is particularly necessary for Single Pair Ethernet (SPE) PHYs (1000/100/10Base-T1), where hardware strap pins may not be available or correctly configured, but it is applicable to all PHY types. changes v5: - sync DT options with ethtool nameing. changes v4: - add Reviewed-by - rebase against latest net-next changes v3: - rename master-slave to timing-role - add prefer-master/slave support ==================== Link: https://patch.msgid.link/20241004090100.1654353-1-o.rempel@pengutronix.de Signed-off-by: Paolo Abeni --- a17b9b3a6767bd342beef9be7b17f9a6d8c49df4