diff options
| author | Michael Walle <[email protected]> | 2020-04-29 01:06:59 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-04-30 20:55:49 -0700 |
| commit | e4e51da66dc812176cca16b0f8a5b87b173deb5d (patch) | |
| tree | 2f82e77633c682a1f8ac2cccae0f66a723a8d6cd /include/linux/brcmphy.h | |
| parent | e9a66851de722dfa97a41e982266603cdb97ea3b (diff) | |
net: phy: bcm54140: add second PHY ID
This PHY has two PHY IDs depending on its mode. Adjust the mask so that
it includes both IDs.
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/brcmphy.h')
| -rw-r--r-- | include/linux/brcmphy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index 8be150e69c7c..58d0150acc3e 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -25,7 +25,7 @@ #define PHY_ID_BCM5461 0x002060c0 #define PHY_ID_BCM54612E 0x03625e60 #define PHY_ID_BCM54616S 0x03625d10 -#define PHY_ID_BCM54140 0xae025019 +#define PHY_ID_BCM54140 0xae025009 #define PHY_ID_BCM57780 0x03625d90 #define PHY_ID_BCM89610 0x03625cd0 |
