From 9ffab3f3a5105691b4b640649c3a99e3cce39c1a Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 15 Nov 2016 11:51:01 +0100 Subject: [PATCH] Always try to add pinctrl-cherryview Contrary to previous intel pinctrl drivers, the cherryview driver can be and usually is built as a module. However, it sets up the SDIO pinout so sdhci can make use of the SD card reader, which may subsequently hold a root file system on a card (bsc#998440). --- modules.d/90kernel-modules/module-setup.sh | 1 + 1 file changed, 1 insertion(+) Index: dracut-044/modules.d/90kernel-modules/module-setup.sh =================================================================== --- dracut-044.orig/modules.d/90kernel-modules/module-setup.sh +++ dracut-044/modules.d/90kernel-modules/module-setup.sh @@ -39,7 +39,8 @@ installkernel() { ehci-hcd ehci-pci ehci-platform \ ohci-hcd ohci-pci \ uhci-hcd \ - xhci-hcd xhci-pci xhci-plat-hcd + xhci-hcd xhci-pci xhci-plat-hcd \ + pinctrl-cherryview instmods \ "=drivers/hid" \