]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(kernel-modules): add interconnect drivers
authorAndrew Halaney <ahalaney@redhat.com>
Mon, 5 Jun 2023 17:16:24 +0000 (12:16 -0500)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Tue, 6 Jun 2023 14:33:02 +0000 (16:33 +0200)
Many devicetree based systems require interconnect drivers to function
properly. Include those in the initramfs.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
modules.d/90kernel-modules/module-setup.sh

index 5b6df776a94786359b300a7d1e46f42c0a60411b..e2175125946e7b7e01258c1de717546dc1ef635f 100755 (executable)
@@ -71,6 +71,7 @@ installkernel() {
                 "=drivers/gpio" \
                 "=drivers/hwmon" \
                 "=drivers/hwspinlock" \
+                "=drivers/interconnect" \
                 "=drivers/i2c/busses" \
                 "=drivers/mailbox" \
                 "=drivers/memory" \