All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality
@ 2016-02-04 10:32 ` Georgi Djakov
  0 siblings, 0 replies; 6+ messages in thread
From: Georgi Djakov @ 2016-02-04 10:32 UTC (permalink / raw)
  To: andy.gross, arm
  Cc: catalin.marinas, will.deacon, linux-kernel, linux-arm-msm,
	georgi.djakov, linux-arm-kernel

Enable sdhci and restart functionality for devices based on msm8916 platform.
Also increase the number of minors per block device to detect all available
partitions.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
 arch/arm64/configs/defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index bdd7aa358d2a..901d3a311ed4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -131,6 +131,7 @@ CONFIG_SPI_QUP=y
 CONFIG_PINCTRL_MSM8916=y
 CONFIG_GPIO_PL061=y
 CONFIG_GPIO_XGENE=y
+CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 # CONFIG_HWMON is not set
@@ -152,9 +153,11 @@ CONFIG_USB_STORAGE=y
 CONFIG_USB_ISP1760=y
 CONFIG_USB_ULPI=y
 CONFIG_MMC=y
+CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_PLTFM=y
+CONFIG_MMC_SDHCI_MSM=y
 CONFIG_MMC_SPI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_IDMAC=y

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-08 22:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 10:32 [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality Georgi Djakov
2016-02-04 10:32 ` Georgi Djakov
2016-02-04 10:32 ` Georgi Djakov
2016-02-08 21:30 ` Olof Johansson
2016-02-08 21:30   ` Olof Johansson
2016-02-08 21:30   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.