diff options
author | 2021-11-18 08:24:53 -0700 | |
---|---|---|
committer | 2021-11-19 14:22:40 +0000 | |
commit | 54213e7127443d630765bf6073dc6bc1073705d2 (patch) | |
tree | cc8a9e9e96345bc88770becd31ef2856bc2ad0fc | |
parent | 4c76dab6f04efcb97a6923b0587d56343912f5b5 (diff) | |
download | meta-raspberrypi-54213e7127443d630765bf6073dc6bc1073705d2.tar.gz meta-raspberrypi-54213e7127443d630765bf6073dc6bc1073705d2.tar.bz2 meta-raspberrypi-54213e7127443d630765bf6073dc6bc1073705d2.zip |
conf/machine: add variant Wi-Fi/BT drivers for CM4 and Pi 400
These boards use a slightly different chip which requires additional
firmware to be present.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 | ||||
-rw-r--r-- | conf/machine/raspberrypi4.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 6032dc8..4255431 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf @@ -8,6 +8,8 @@ MACHINE_FEATURES += "pci" MACHINE_EXTRA_RRECOMMENDS += "\ linux-firmware-rpidistro-bcm43455 \ bluez-firmware-rpidistro-bcm4345c0-hcd \ + linux-firmware-rpidistro-bcm43456 \ + bluez-firmware-rpidistro-bcm4345c5-hcd \ " require conf/machine/include/arm/armv8a/tune-cortexa72.inc diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf index 535a575..86c57ed 100644 --- a/conf/machine/raspberrypi4.conf +++ b/conf/machine/raspberrypi4.conf @@ -10,6 +10,8 @@ MACHINE_FEATURES += "pci" MACHINE_EXTRA_RRECOMMENDS += "\ linux-firmware-rpidistro-bcm43455 \ bluez-firmware-rpidistro-bcm4345c0-hcd \ + linux-firmware-rpidistro-bcm43456 \ + bluez-firmware-rpidistro-bcm4345c5-hcd \ " # 'l' stands for LPAE |