Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a30ca8b authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

r6040: Fix second PHY address



This patch fixes the second PHY address which is strapped
to be at PHY address 3 instead of 2.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7834cd5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@


/* PHY CHIP Address */
/* PHY CHIP Address */
#define PHY1_ADDR	1	/* For MAC1 */
#define PHY1_ADDR	1	/* For MAC1 */
#define PHY2_ADDR	2	/* For MAC2 */
#define PHY2_ADDR	3	/* For MAC2 */
#define PHY_MODE	0x3100	/* PHY CHIP Register 0 */
#define PHY_MODE	0x3100	/* PHY CHIP Register 0 */
#define PHY_CAP		0x01E1	/* PHY CHIP Register 4 */
#define PHY_CAP		0x01E1	/* PHY CHIP Register 4 */