Documentation: ARM: List new omap MMC requirements
authorTony Lindgren <[email protected]>
Mon, 12 Oct 2015 23:19:54 +0000 (16:19 -0700)
committerTony Lindgren <[email protected]>
Mon, 12 Oct 2015 23:23:34 +0000 (16:23 -0700)
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 <[email protected]>.

Signed-off-by: Tony Lindgren <[email protected]>
Documentation/arm/OMAP/README [new file with mode: 0644]

diff --git a/Documentation/arm/OMAP/README b/Documentation/arm/OMAP/README
new file mode 100644 (file)
index 0000000..75645c4
--- /dev/null
@@ -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.