]> git.baikalelectronics.ru Git - kernel.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)
commitb3cfa9c147a12c16216ef2ca39226db3620e8292
treea36349a3b83a73c67a26a3733b16e1e28be608dc
parent95d72a50d49928a87cc6b6b181fdd6ecde2c79d6
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