]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
r8169: update the phy init for the 8168C
authorFrancois Romieu <romieu@fr.zoreil.com>
Thu, 18 Oct 2007 12:35:11 +0000 (14:35 +0200)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 18 Oct 2007 19:26:11 +0000 (21:26 +0200)
The values have been updated between version 8.002.00 and version
8.003.00 of Realtek's r8168 driver. This modification syncs the
8168C with version 8.003.00.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
drivers/net/r8169.c

index 3680ee7ccb0dd8157dcab8c9608878d1b7844748..8ffd57324d6684f43ca790bb2cc3c99df72bf25f 100644 (file)
@@ -1260,6 +1260,8 @@ static void rtl8168cp_hw_phy_config(void __iomem *ioaddr)
 static void rtl8168c_hw_phy_config(void __iomem *ioaddr)
 {
        struct phy_reg phy_reg_init[] = {
+               { 0x1f, 0x0001 },
+               { 0x12, 0x2300 },
                { 0x1f, 0x0002 },
                { 0x00, 0x88d4 },
                { 0x01, 0x82b1 },