]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: omap_hsmmc: support more DT properties
authorDaniel Mack <zonque@gmail.com>
Mon, 17 Feb 2014 11:36:33 +0000 (12:36 +0100)
committerChris Ball <chris@printf.net>
Tue, 4 Mar 2014 16:44:39 +0000 (11:44 -0500)
commitc9ae64db673d5b0bdd6494a59afcc5ed72669932
treea36349a3b83a73c67a26a3733b16e1e28be608dc
parenta8d6fb5de83bc49f8feccdc34a8663978f74820c
mmc: omap_hsmmc: support more DT properties

This should probably be done implicitly through mmc_of_parse(), but that
doesn't play well along with the multi-slot model the hsmmc driver
features. Hence, for now, do it manually. The properties are already
documented in Documentation/devicetree/bindings/mmc/mmc.txt.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/omap_hsmmc.c