1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.1/target/linux/bcm27xx/patches-6.1/950-0992-dts-bcm2710-rpi-zero-2-w-Remove-WLAN-firmwares.patch
Ycarus (Yannick Chabanois) 3743692973 Fix RPI5 support
2023-11-17 17:31:36 +01:00

35 lines
948 B
Diff

From e79faf2cb306fd98bd872f98d5bb5abed6864f9a Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 12 Jun 2023 15:23:55 +0100
Subject: [PATCH] dts: bcm2710-rpi-zero-2-w: Remove WLAN firmwares
With careful use of qualified firmware names there is no need for the
ability to override the device names based on Device Tree properties.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 13 -------------
1 file changed, 13 deletions(-)
--- a/arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts
+++ b/arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts
@@ -161,19 +161,6 @@
brcmf: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
-
- firmwares {
- fw_43436p {
- chipid = <43430>;
- revmask = <4>;
- fw_base = "brcm/brcmfmac43436-sdio";
- };
- fw_43436s {
- chipid = <43430>;
- revmask = <2>;
- fw_base = "brcm/brcmfmac43436s-sdio";
- };
- };
};
};