Commit 43268dce authored by Sascha Hauer's avatar Sascha Hauer Committed by David S. Miller

fec: Fix KS8721BL_ICSR phy register offset

According to the datasheet the ICSR register is at offset 27, not 22.
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4661e75b
...@@ -1111,7 +1111,7 @@ static phy_info_t const phy_info_am79c874 = { ...@@ -1111,7 +1111,7 @@ static phy_info_t const phy_info_am79c874 = {
/* register definitions for the 8721 */ /* register definitions for the 8721 */
#define MII_KS8721BL_RXERCR 21 #define MII_KS8721BL_RXERCR 21
#define MII_KS8721BL_ICSR 22 #define MII_KS8721BL_ICSR 27
#define MII_KS8721BL_PHYCR 31 #define MII_KS8721BL_PHYCR 31
static phy_cmd_t const phy_cmd_ks8721bl_config[] = { static phy_cmd_t const phy_cmd_ks8721bl_config[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment