Linux v4.19.11
This commit is contained in:
parent
5c8a05e8d1
commit
8739b84cc7
3 changed files with 5 additions and 56 deletions
|
|
@ -1,51 +0,0 @@
|
|||
From e25b6783c7b1bb79103d4617336879423f86b05e Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Wahren <stefan.wahren@i2se.com>
|
||||
Date: Mon, 3 Dec 2018 19:37:08 +0100
|
||||
Subject: ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
|
||||
|
||||
The commit b1b8f45b3130 ("ARM: dts: bcm2837: Add missing GPIOs of Expander")
|
||||
introduced a wifi power sequence. Unfortunately the polarity of the reset
|
||||
GPIOs were wrong and broke the wifi support on Raspberry Pi 3 B and
|
||||
later in 3 B+. This wasn't discovered before since the power sequence
|
||||
takes only effect in case the relevant MMC driver is compiled as a module.
|
||||
|
||||
Fixes: b1b8f45b3130 ("ARM: dts: bcm2837: Add missing GPIOs of Expander")
|
||||
Cc: stable@vger.kernel.org
|
||||
Reported-by: Matthias Lueschner <lueschem@gmail.com>
|
||||
Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911443
|
||||
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
|
||||
Reviewed-by: Eric Anholt <eric@anholt.net>
|
||||
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
||||
---
|
||||
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 +-
|
||||
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
|
||||
index 4adb85e66be3..93762244be7f 100644
|
||||
--- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
|
||||
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
wifi_pwrseq: wifi-pwrseq {
|
||||
compatible = "mmc-pwrseq-simple";
|
||||
- reset-gpios = <&expgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
+ reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
|
||||
index c318bcbc6ba7..89e6fd547c75 100644
|
||||
--- a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
|
||||
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
wifi_pwrseq: wifi-pwrseq {
|
||||
compatible = "mmc-pwrseq-simple";
|
||||
- reset-gpios = <&expgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
+ reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
--
|
||||
cgit 1.2-0.3.lf.el7
|
||||
|
|
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||
%if 0%{?released_kernel}
|
||||
|
||||
# Do we have a -stable update to apply?
|
||||
%define stable_update 10
|
||||
%define stable_update 11
|
||||
# Set rpm version accordingly
|
||||
%if 0%{?stable_update}
|
||||
%define stablerev %{stable_update}
|
||||
|
|
@ -598,9 +598,6 @@ Patch332: raspberrypi-Fix-firmware-calls-with-large-buffers.patch
|
|||
# From 4.20, fix eth link/act lights on 3B+
|
||||
Patch334: bcm2837-fix-eth-leds.patch
|
||||
|
||||
# From 4.20, fix wifi gpio polarity
|
||||
Patch335: bcm2837-fix-wifi-gpio-polarity.patch
|
||||
|
||||
# Patches enabling device specific brcm firmware nvram
|
||||
# https://www.spinics.net/lists/linux-wireless/msg178827.html
|
||||
Patch340: brcmfmac-Remove-firmware-loading-code-duplication.patch
|
||||
|
|
@ -1896,6 +1893,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Dec 20 2018 Jeremy Cline <jcline@redhat.com> - 4.19.11-300
|
||||
- Linux v4.19.11
|
||||
|
||||
* Mon Dec 17 2018 Jeremy Cline <jcline@redhat.com> - 4.19.10-300
|
||||
- Linux v4.19.10
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (linux-4.19.tar.xz) = ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
|
||||
SHA512 (patch-4.19.10.xz) = 9bbf8d18d5b5bd72fddf03af8757b38ae240193018b7a4065b2c45dcc6a28969e87c876497a4a7a57ef362aa390bf9bd81ffb43afb15976deb3eca203e499f94
|
||||
SHA512 (patch-4.19.11.xz) = 7dbf211441848db045e3c29b885bfadf4c1dea0bf738c0e719c9fb09551a7c41b85e59c995e66a4e354cba42ba302f4988e334e80ef864d92085b938a8954589
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue