dracut/0452-Always-try-to-add-pinctrl-cherryview.patch
Daniel Molkentin 1ff8013913 Accepting request 440375 from home:dmolkentin:branches:Base:System
- Try to always add pinctrl-cherryview (bsc#998440)
  * add 0452-Always-try-to-add-pinctrl-cherryview.patch

OBS-URL: https://build.opensuse.org/request/show/440375
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=275
2016-11-15 15:21:18 +00:00

28 lines
1.1 KiB
Diff

From 9ffab3f3a5105691b4b640649c3a99e3cce39c1a Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <dmolkentin@suse.com>
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" \