From a09807c509e88482e14bcb21a7117c92d90c015a Mon Sep 17 00:00:00 2001
From: Remi Pommarel <repk@triplefau.lt>
Date: Mon, 7 Jan 2019 23:49:32 +0100
Subject: [PATCH] linux4.20: Support for Marvell Espressobin

Marvell Espressobin boards need to have their SD host controller driver
(CONFIG_MMC_SDHCI_XENON) built-in to be able to boot a rootfs on the SD
card.

[skip ci]
---
 srcpkgs/linux4.20/files/arm64-dotconfig | 2 +-
 srcpkgs/linux4.20/template              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux4.20/files/arm64-dotconfig b/srcpkgs/linux4.20/files/arm64-dotconfig
index b32691ab6e..e920f3bf86 100644
--- a/srcpkgs/linux4.20/files/arm64-dotconfig
+++ b/srcpkgs/linux4.20/files/arm64-dotconfig
@@ -6427,7 +6427,7 @@ CONFIG_MMC_TOSHIBA_PCI=y
 CONFIG_MMC_BCM2835=m
 CONFIG_MMC_MTK=y
 CONFIG_MMC_SDHCI_BRCMSTB=y
-CONFIG_MMC_SDHCI_XENON=m
+CONFIG_MMC_SDHCI_XENON=y
 CONFIG_MMC_SDHCI_OMAP=m
 CONFIG_MEMSTICK=m
 # CONFIG_MEMSTICK_DEBUG is not set
diff --git a/srcpkgs/linux4.20/template b/srcpkgs/linux4.20/template
index b6030d2e47..2a5906959c 100644
--- a/srcpkgs/linux4.20/template
+++ b/srcpkgs/linux4.20/template
@@ -1,7 +1,7 @@
 # Template file for 'linux4.20'.
 pkgname=linux4.20
 version=4.20.0
-revision=1
+revision=2
 patch_args="-Np1"
 wrksrc="linux-${version%.*}"
 short_desc="The Linux kernel and modules (${version%.*} series)"