diff options
author | Tony Lindgren <tony@atomide.com> | 2015-10-12 16:19:54 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 16:23:34 -0700 |
commit | d8e1f5ed11a39a68da00f05000466c4f6db4456e (patch) | |
tree | e2ef154ba1aa9ec7b047c57f90145e505eb6f83c /Documentation/arm | |
parent | fd820a1ec758bc25b0eb10ab5e88e6c61fbcc8aa (diff) | |
download | linux-stable-d8e1f5ed11a39a68da00f05000466c4f6db4456e.tar.gz linux-stable-d8e1f5ed11a39a68da00f05000466c4f6db4456e.tar.bz2 linux-stable-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/README | 7 |
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. |