]> granicus.if.org Git - linux-firmware/commit
brcm: Link RPi4's WiFi firmware with DMI machine name.
authorJeremy Linton <jeremy.linton@arm.com>
Mon, 11 Jan 2021 23:18:50 +0000 (17:18 -0600)
committerJosh Boyer <jwboyer@kernel.org>
Tue, 19 Jan 2021 12:42:43 +0000 (07:42 -0500)
commit05789708b79b38eb0f1a20d8449b4eb56d39b39f
treebc1b550acf284e3cfad772b60581bc260e61fb3e
parentd5288624259300c558480c21a860fcf94187d29d
brcm: Link RPi4's WiFi firmware with DMI machine name.

The kernel when booted in ACPI mode with SMBIOS/DMI
data uses that data to set the machine manufacture/model.

The RPi's WiFi driver uses the machine string to
select the correct firmware image. Because of
this, an additional link to select the correct
firmware is needed.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
WHENCE