]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut: Add drivers/clk by default on arm
authorNicolas Chauvet <kwizart@gmail.com>
Thu, 12 May 2016 15:28:21 +0000 (17:28 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 7 Jun 2016 08:48:49 +0000 (10:48 +0200)
commit2602a74edf543f98f2aa1eb79db3de3a1cda13f0
tree3893b894725f2e0f0e9f96a6a613b1a664c15016
parent55b99a0e4c37b3b7ee58e1369ab00430795acdc6
dracut: Add drivers/clk by default on arm

This will bundle clock drivers into the initramfs on arm

Tested on ti dm8148-t410 where adpll is needed on 4.6+ kernel
This will avoid to rely on (maybe broken) bootloader clocks.

Theses modules are also usually loaded early. Having them bundled into
the initramfs will avoid lot of deferred probes and others delay.

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
modules.d/90kernel-modules/module-setup.sh