From: Tony Lindgren Date: Mon, 12 Oct 2015 23:19:54 +0000 (-0700) Subject: Documentation: ARM: List new omap MMC requirements X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d8e1f5ed11a39a68da00f05000466c4f6db4456e;p=linux-beck.git Documentation: ARM: List new omap MMC requirements Earlier the PBIAS regulator was optional, not so with recent omap_hsmmc changes. To make things easier for people with custom .config files, let's add minimal documentation for it as suggested by Russell King . Signed-off-by: Tony Lindgren --- diff --git a/Documentation/arm/OMAP/README b/Documentation/arm/OMAP/README new file mode 100644 index 000000000000..75645c45d14a --- /dev/null +++ b/Documentation/arm/OMAP/README @@ -0,0 +1,7 @@ +This file contains documentation for running mainline +kernel on omaps. + +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.