diff options
author | Michael Walle <michael@walle.cc> | 2020-04-29 02:06:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-01 06:55:49 +0300 |
commit | e4e51da66dc812176cca16b0f8a5b87b173deb5d (patch) | |
tree | 2f82e77633c682a1f8ac2cccae0f66a723a8d6cd /include/linux/brcmphy.h | |
parent | e9a66851de722dfa97a41e982266603cdb97ea3b (diff) | |
download | linux-e4e51da66dc812176cca16b0f8a5b87b173deb5d.tar.xz |
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 <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |