Skip to content

Commit 0e80ff7

Browse files
athierry1johannbg
authored andcommitted
fix(kernel-modules): add mailbox drivers for arm
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 <[email protected]>
1 parent 164e5eb commit 0e80ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/90kernel-modules/module-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ installkernel() {
8080
"=drivers/hwmon" \
8181
"=drivers/hwspinlock" \
8282
"=drivers/i2c/busses" \
83+
"=drivers/mailbox" \
8384
"=drivers/memory" \
8485
"=drivers/mfd" \
8586
"=drivers/mmc/core" \

0 commit comments

Comments
 (0)