kernel: enable realtek phy

- set interrupt control to 0x0400 instead 0x6400 (upstream for RTL8211E)
This commit is contained in:
Jaroslav Kysela 2016-02-12 10:37:07 +01:00
parent 893c829bc8
commit e08ffc6585
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#define RTL821x_PHYSR_DUPLEX 0x2000
#define RTL821x_PHYSR_SPEED 0xc000
#define RTL821x_INER 0x12
#define RTL821x_INER_INIT 0x6400
#define RTL821x_INER_INIT 0x0400
#define RTL821x_INSR 0x13
#define RTL821x_PHYCR 0x10

View File

@ -729,7 +729,7 @@ CONFIG_PHYLIB=y
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
CONFIG_REALTEK_PHY=y
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set