Skip to content

Commit

Permalink
fix(kernel-modules): add mailbox drivers for arm
Browse files Browse the repository at this point in the history
Mailbox drivers might be needed by some of the devices used in the
initrd. For example, on the Raspberry Pi 4, the MMC 'sdhci-iproc' driver
depends on 'bcm2835-mailbox'.

Signed-off-by: Adrien Thierry <athierry@redhat.com>
  • Loading branch information
athierry1 authored and johannbg committed Feb 2, 2022
1 parent 164e5eb commit 0e80ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/90kernel-modules/module-setup.sh
Expand Up @@ -80,6 +80,7 @@ installkernel() {
"=drivers/hwmon" \
"=drivers/hwspinlock" \
"=drivers/i2c/busses" \
"=drivers/mailbox" \
"=drivers/memory" \
"=drivers/mfd" \
"=drivers/mmc/core" \
Expand Down

0 comments on commit 0e80ff7

Please sign in to comment.