diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2017-09-04 10:25:09 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-09-05 08:43:39 +0200 |
commit | 9c82861cb8b7b66c7f6554b190d9cc659ba8ec19 (patch) | |
tree | 341a861023ef1e27198f8292ebb6bfc5cdbab864 /target/linux/brcm63xx | |
parent | 3c97bad0c2898949bc98a19f376783a7e4de0146 (diff) | |
download | upstream-9c82861cb8b7b66c7f6554b190d9cc659ba8ec19.tar.gz upstream-9c82861cb8b7b66c7f6554b190d9cc659ba8ec19.tar.bz2 upstream-9c82861cb8b7b66c7f6554b190d9cc659ba8ec19.zip |
kernel: update 4.4 to 4.4.86
Refresh patches
Compile & run tested: ar71xx - Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/802-rtl8367r_fix_RGMII_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/802-rtl8367r_fix_RGMII_support.patch b/target/linux/brcm63xx/patches-4.4/802-rtl8367r_fix_RGMII_support.patch index 9037d8954a..2aca2f3f74 100644 --- a/target/linux/brcm63xx/patches-4.4/802-rtl8367r_fix_RGMII_support.patch +++ b/target/linux/brcm63xx/patches-4.4/802-rtl8367r_fix_RGMII_support.patch @@ -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) -@@ -894,6 +898,7 @@ static int rtl8367_extif_set_mode(struct +@@ -897,6 +901,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); |