From: Nobuhiro Iwamatsu Date: Mon, 21 May 2012 14:20:08 +0000 (+0000) Subject: phy/micrel: Fix ID of KSZ9021 X-Git-Tag: v3.5-rc1~101^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35c579070a349cfe54f9e09a47df2c5b68d58469;p=platform%2Fkernel%2Flinux-exynos.git phy/micrel: Fix ID of KSZ9021 Right ID of KSZ9021 is 0x00221610. Because lower 4bit is a revision number, it varies according to a chip. Signed-off-by: Nobuhiro Iwamatsu Cc: David J. Choi Signed-off-by: David S. Miller --- diff --git a/include/linux/micrel_phy.h b/include/linux/micrel_phy.h index dd8da34..61f0905 100644 --- a/include/linux/micrel_phy.h +++ b/include/linux/micrel_phy.h @@ -3,7 +3,7 @@ #define MICREL_PHY_ID_MASK 0x00fffff0 -#define PHY_ID_KSZ9021 0x00221611 +#define PHY_ID_KSZ9021 0x00221610 #define PHY_ID_KS8737 0x00221720 #define PHY_ID_KS8041 0x00221510 #define PHY_ID_KS8051 0x00221550