diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2025-08-21 10:42:32 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-08-21 10:42:33 +0200 |
| commit | d051b1f9df3470bbd74eab7d80845b022ca089b2 (patch) | |
| tree | 884ac52f1f4ef3dd736e18b7457aa80d97255c5f /include/linux | |
| parent | 38dad812bb500648dc14a0733b293d5b778750e6 (diff) | |
| parent | 5a774b64cd6a008f016119782a5d3f30ed0bf3b7 (diff) | |
Merge branch 'net-phy-micrel-add-support-for-lan8842'
Horatiu Vultur says:
====================
net: phy: micrel: Add support for lan8842
Add support for LAN8842 which supports industry-standard SGMII.
While add this the first 3 patches in the series cleans more the
driver, they should not introduce any functional changes.
====================
Link: https://patch.msgid.link/20250818075121.1298170-1-horatiu.vultur@microchip.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/micrel_phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index 9af01bdd86d2..ca691641788b 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -32,6 +32,7 @@ #define PHY_ID_LAN8814 0x00221660 #define PHY_ID_LAN8804 0x00221670 #define PHY_ID_LAN8841 0x00221650 +#define PHY_ID_LAN8842 0x002216C0 #define PHY_ID_KSZ886X 0x00221430 #define PHY_ID_KSZ8863 0x00221435 |
