commit | 40006bf57cfdfc3b6a819d0e20f74e169434bc25 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 21 08:59:07 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 05 19:08:14 2024 -0600 |
tree | 08fc9ab1714a1bfe606926d5d3ff93d9c2e74a95 | |
parent | 3459a4556f679a62f226f8bd85b41f0d4a88dd15 [diff] |
mmc: consider cd-gpios in Synopsys DesignWare driver The JH7110 SoC uses a GPIO for card detect. * In the of_to_plat function check if a cd-gpios definition exists and request the GPIO. * In the getcd function return the GPIO value in this case. Reported-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>