Skip to content

Commit

Permalink
dts: bcm2710-rpi-zero-2-w: Remove WLAN firmwares
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pelwell committed Nov 1, 2023
1 parent fbd4899 commit e6ea71a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/arm/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,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";
};
};
};
};

Expand Down

0 comments on commit e6ea71a

Please sign in to comment.