diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-06-26 11:22:11 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-06-27 07:21:03 +0200 |
commit | 69649a1b45ee0ab7ab3de350dc75f89d867c174c (patch) | |
tree | 440a7951d9d3f646940c91d9066ac92f146f6637 /target/linux/bcm53xx | |
parent | d18f76f762c0ce128f551735536f3cb996ebcacd (diff) | |
download | upstream-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.gz upstream-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.bz2 upstream-69649a1b45ee0ab7ab3de350dc75f89d867c174c.zip |
kernel: update kernel 4.9 to 4.9.34
- Refreshed all patches
- Adapted 1 (0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch)
Compile tested on: brcm2708, cns3xxx, imx6
Run tested on: brcm2708, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
[Compile and run tested on brcm2708]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/patches-4.9/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/bcm53xx/patches-4.9/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch b/target/linux/bcm53xx/patches-4.9/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch index 2ee9cd4876..bafa4e4b1d 100644 --- a/target/linux/bcm53xx/patches-4.9/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch +++ b/target/linux/bcm53xx/patches-4.9/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch @@ -13,16 +13,16 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> --- a/drivers/net/phy/b53/b53_common.c +++ b/drivers/net/phy/b53/b53_common.c -@@ -25,6 +25,7 @@ - #include <linux/module.h> - #include <linux/switch.h> +@@ -27,6 +27,7 @@ + #include <linux/of.h> + #include <linux/of_net.h> #include <linux/platform_data/b53.h> +#include <linux/of.h> #include "b53_regs.h" #include "b53_priv.h" -@@ -1383,6 +1384,28 @@ static int b53_switch_init(struct b53_de - sw_dev->cpu_port = 5; +@@ -1522,6 +1523,28 @@ static int b53_switch_init(struct b53_de + return ret; } + /* Set correct CPU port */ |