aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-10-12 16:19:54 -0700
committerTony Lindgren <tony@atomide.com>2015-10-12 16:23:34 -0700
commitd8e1f5ed11a39a68da00f05000466c4f6db4456e (patch)
treee2ef154ba1aa9ec7b047c57f90145e505eb6f83c /Documentation/arm
parentmemory: omap-gpmc: dump "before" state before first modification (diff)
downloadlinux-dev-d8e1f5ed11a39a68da00f05000466c4f6db4456e.tar.xz
linux-dev-d8e1f5ed11a39a68da00f05000466c4f6db4456e.zip
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 <rmk+kernel@arm.linux.org.uk>. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/arm')
-rw-r--r--Documentation/arm/OMAP/README7
1 files changed, 7 insertions, 0 deletions
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.