Skip to content

Commit

Permalink
fec: Fix KS8721BL_ICSR phy register offset
Browse files Browse the repository at this point in the history
According to the datasheet the ICSR register is at offset 27, not 22.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sascha Hauer authored and David S. Miller committed Feb 1, 2009
1 parent 4661e75 commit 43268dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static phy_info_t const phy_info_am79c874 = {
/* register definitions for the 8721 */

#define MII_KS8721BL_RXERCR 21
#define MII_KS8721BL_ICSR 22
#define MII_KS8721BL_ICSR 27
#define MII_KS8721BL_PHYCR 31

static phy_cmd_t const phy_cmd_ks8721bl_config[] = {
Expand Down

0 comments on commit 43268dc

Please sign in to comment.