aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 14:41:16 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 14:41:16 +0000
commit44b989825112c9aedddf7c62e05fc670ebb113a7 (patch)
tree9212d538cf94d0a40836d00a14255a37e6b10016 /target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch
parentb9d314aee9edf991c7a4f8df355e88330a253154 (diff)
downloadupstream-44b989825112c9aedddf7c62e05fc670ebb113a7.tar.gz
upstream-44b989825112c9aedddf7c62e05fc670ebb113a7.tar.bz2
upstream-44b989825112c9aedddf7c62e05fc670ebb113a7.zip
kernel: update linux 3.6 to 3.6.11
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34748
Diffstat (limited to 'target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch b/target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch
index 285f3f744e..9037d8954a 100644
--- a/target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch
+++ b/target/linux/brcm63xx/patches-3.6/802-rtl8367r_fix_RGMII_support.patch
@@ -9,7 +9,7 @@ Subject: [PATCH 6/8] * [rtl8367r] Fix RGMII support
--- a/drivers/net/phy/rtl8367.c
+++ b/drivers/net/phy/rtl8367.c
-@@ -144,6 +144,10 @@
+@@ -146,6 +146,10 @@
#define RTL8367_EXT_RGMXF_TXDELAY_MASK 1
#define RTL8367_EXT_RGMXF_RXDELAY_MASK 0x7
@@ -20,7 +20,7 @@ Subject: [PATCH 6/8] * [rtl8367r] Fix RGMII support
#define RTL8367_DI_FORCE_REG(_x) (0x1310 + (_x))
#define RTL8367_DI_FORCE_MODE BIT(12)
#define RTL8367_DI_FORCE_NWAY BIT(7)
-@@ -892,6 +896,7 @@ static int rtl8367_extif_set_mode(struct
+@@ -894,6 +898,7 @@ static int rtl8367_extif_set_mode(struct
case RTL8367_EXTIF_MODE_RGMII_33V:
REG_WR(smi, RTL8367_CHIP_DEBUG0_REG, 0x0367);
REG_WR(smi, RTL8367_CHIP_DEBUG1_REG, 0x7777);