From: Daniel Molkentin Date: Tue, 15 Nov 2016 10:51:01 +0000 (+0100) Subject: Always try to add pinctrl-cherryview X-Git-Tag: 045~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F176%2Fhead;p=thirdparty%2Fdracut.git 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). --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index 868341cb6..cd080e03a 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -11,6 +11,7 @@ installkernel() { ohci-hcd ohci-pci \ uhci-hcd \ xhci-hcd xhci-pci xhci-plat-hcd \ + pinctrl-cherryview \ "=drivers/hid" \ "=drivers/input/serio" \ "=drivers/input/keyboard" \