commit | 7d9bdccfd907b0087439607bee7b5ba72799128a | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Sep 03 03:47:52 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:49:02 2018 -0400 |
tree | 587b7565561d3d93f5f6b6e38c61d25b0951080c | |
parent | 8553e89f4753aae01777f8ed7310f9abdddda879 [diff] |
MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROL When used with a device tree, this will extract the card detect and write protect pins from the device tree and configure them accordingly. This assumes the GPIO_ACTIVE_LOW/HIGH is supported by da8xx_gpio. Signed-off-by: Adam Ford <aford173@gmail.com>