]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Include devfreq drivers in initrd
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 22 Sep 2020 11:01:17 +0000 (12:01 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 23 Sep 2020 11:44:21 +0000 (13:44 +0200)
Some SoCs now have drivers that user devfreq in early init and fail
if the drivers are missing so make sure we have them in the initrd.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index 764675ebe2869fe6dd66e10ac5bee07f3f27dcf3..3ed749c7a8a1de8beb590a43b054fef73c340d9d 100755 (executable)
@@ -65,6 +65,7 @@ installkernel() {
             _blockfuncs+='|dw_mc_probe|dw_mci_pltfm_register'
             instmods \
                 "=drivers/clk" \
+                "=drivers/devfreq" \
                 "=drivers/dma" \
                 "=drivers/extcon" \
                 "=drivers/gpio" \