]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Always try to add pinctrl-cherryview 176/head
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 15 Nov 2016 10:51:01 +0000 (11:51 +0100)
committerDaniel Molkentin <dmolkentin@suse.com>
Tue, 15 Nov 2016 10:59:05 +0000 (11:59 +0100)
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

index 868341cb659687782429e110f561786f825eb4b2..cd080e03a7cd13c60d0cce1ff44334fb39b5d586 100755 (executable)
@@ -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" \