aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2018-04-27 17:39:05 +0530
committerTony Lindgren <tony@atomide.com>2018-05-03 10:32:20 -0700
commit24a6f1f65ea567d017c598faf1374ee443f73851 (patch)
tree83679d8fcb41053e6130c2cfb4bffa700aa5b36d /Documentation/arm
parentARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node (diff)
downloadlinux-dev-24a6f1f65ea567d017c598faf1374ee443f73851.tar.xz
linux-dev-24a6f1f65ea567d017c598faf1374ee443f73851.zip
Documentation: ARM: Add new MMC requirements for DRA7/K2G
From 4.18 kernel, all the MMC controller instances in DRA7 are programmed using sdhci based driver (sdhci-omap.c). Document this new requirement here. Both omap2plus_defconfig and multi_v7_defconfig has CONFIG_MMC_SDHCI_OMAP enabled. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/arm')
-rw-r--r--Documentation/arm/OMAP/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/arm/OMAP/README b/Documentation/arm/OMAP/README
index 75645c45d14a..90c6c57d61e8 100644
--- a/Documentation/arm/OMAP/README
+++ b/Documentation/arm/OMAP/README
@@ -5,3 +5,7 @@ KERNEL NEW DEPENDENCIES
v4.3+ Update is needed for custom .config files to make sure
CONFIG_REGULATOR_PBIAS is enabled for MMC1 to work
properly.
+
+v4.18+ Update is needed for custom .config files to make sure
+ CONFIG_MMC_SDHCI_OMAP is enabled for all MMC instances
+ to work in DRA7 and K2G based boards.