bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1060-dts-bcm2710-rpi-zero-2-w-Remove-WLAN-firmwares.patch
1 From e86c43b86179fba90a1d9dd5acb554767af6740f Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 12 Jun 2023 15:23:55 +0100
4 Subject: [PATCH] dts: bcm2710-rpi-zero-2-w: Remove WLAN firmwares
5
6 With careful use of qualified firmware names there is no need for the
7 ability to override the device names based on Device Tree properties.
8
9 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
10 ---
11 arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 13 -------------
12 1 file changed, 13 deletions(-)
13
14 --- a/arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts
15 +++ b/arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts
16 @@ -161,19 +161,6 @@
17 brcmf: wifi@1 {
18 reg = <1>;
19 compatible = "brcm,bcm4329-fmac";
20 -
21 - firmwares {
22 - fw_43436p {
23 - chipid = <43430>;
24 - revmask = <4>;
25 - fw_base = "brcm/brcmfmac43436-sdio";
26 - };
27 - fw_43436s {
28 - chipid = <43430>;
29 - revmask = <2>;
30 - fw_base = "brcm/brcmfmac43436s-sdio";
31 - };
32 - };
33 };
34 };
35