From: Florian Fainelli Date: Thu, 11 Jun 2015 01:07:58 +0000 (-0700) Subject: net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.h X-Git-Tag: microblaze-4.7-rc1~1917^2~95^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=8bc84b79265f66d5af736473db582e74b28e099d;p=linux-2.6-microblaze.git net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.h Define the pseudo-PHY address (30) which is used by all Broadcom Ethernet switches in a shared header file. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index abb6106f839d..697ca7795bd9 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -3,6 +3,11 @@ #include +/* All Broadcom Ethernet switches have a pseudo-PHY at address 30 which is used + * to configure the switch internal registers via MDIO accesses. + */ +#define BRCM_PSEUDO_PHY_ADDR 30 + #define PHY_ID_BCM50610 0x0143bd60 #define PHY_ID_BCM50610M 0x0143bd70 #define PHY_ID_BCM5241 0x0143bc30