Am 12.05.2016 um 17:28 schrieb Nicolas Chauvet: > 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@xxxxxxxxx> > --- > modules.d/90kernel-modules/module-setup.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh > index c30715d..7904c02 100755 > --- a/modules.d/90kernel-modules/module-setup.sh > +++ b/modules.d/90kernel-modules/module-setup.sh > @@ -26,6 +26,7 @@ installkernel() { > if [[ "$(uname -p)" == arm* ]]; then > # arm specific modules > instmods \ > + "=drivers/clk" \ > "=drivers/i2c/busses" \ > "=drivers/regulator" \ > "=drivers/rtc" \ > Thanks! Pushed. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html