]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(kernel-modules): add mailbox drivers for arm
authorAdrien Thierry <athierry@redhat.com>
Mon, 20 Dec 2021 14:41:07 +0000 (09:41 -0500)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 2 Feb 2022 22:48:59 +0000 (22:48 +0000)
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>
modules.d/90kernel-modules/module-setup.sh

index 68358bb53d5118da7497a5e7a8e34bf4d4b7d9cd..e2073a04fb2a5589c293af0e726647d1a01e40ec 100755 (executable)
@@ -80,6 +80,7 @@ installkernel() {
                 "=drivers/hwmon" \
                 "=drivers/hwspinlock" \
                 "=drivers/i2c/busses" \
+                "=drivers/mailbox" \
                 "=drivers/memory" \
                 "=drivers/mfd" \
                 "=drivers/mmc/core" \