mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
36 lines
948 B
Diff
36 lines
948 B
Diff
From e86c43b86179fba90a1d9dd5acb554767af6740f 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";
|
|
- };
|
|
- };
|
|
};
|
|
};
|
|
|