dts: bcm2710-rpi-zero-2-w: Remove WLAN firmwares
authorPhil Elwell <phil@raspberrypi.com>
Mon, 12 Jun 2023 14:23:55 +0000 (15:23 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:10 +0000 (11:35 +0000)
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/broadcom/bcm2710-rpi-zero-2-w.dts

index fa8f8d3..c653853 100644 (file)
        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";
-                       };
-               };
        };
 };