aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2019-01-10 06:41:10 +0100
committerRafał Miłecki <rafal@milecki.pl>2019-01-10 06:57:19 +0100
commit7175b1356ea854c596c48782c43c8ae393412dc1 (patch)
tree97d16af21f6b54febb07f3af2e881e341eca7a30 /target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch
parent94561333cd33c86838fc4abe61efaaef7c564050 (diff)
downloadupstream-7175b1356ea854c596c48782c43c8ae393412dc1.tar.gz
upstream-7175b1356ea854c596c48782c43c8ae393412dc1.tar.bz2
upstream-7175b1356ea854c596c48782c43c8ae393412dc1.zip
brcm47xx: backport MIPS fix adding struct device for the SoC
It's needed to: 1) Fix GPIOLIB_IRQCHIP as in 4.19 there is no bcma revert anymore 2) Fix /sys/devices/ 3) Fix dma_zalloc_coherent() regression It still needs a bcma change that will follow later. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch')
-rw-r--r--target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch b/target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch
index 309c2172b8..4d43b9960b 100644
--- a/target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch
+++ b/target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch
@@ -8,7 +8,7 @@
#include <asm/bootinfo.h>
#include <asm/idle.h>
#include <asm/prom.h>
-@@ -225,6 +226,33 @@ static struct fixed_phy_status bcm47xx_f
+@@ -254,6 +255,33 @@ static struct fixed_phy_status bcm47xx_f
.duplex = DUPLEX_FULL,
};
@@ -42,7 +42,7 @@
static int __init bcm47xx_register_bus_complete(void)
{
switch (bcm47xx_bus_type) {
-@@ -244,6 +272,7 @@ static int __init bcm47xx_register_bus_c
+@@ -275,6 +303,7 @@ static int __init bcm47xx_register_bus_c
bcm47xx_workarounds();
fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status, -1);