Re: [PATCH v2 1/1] mmc: consider cd-gpios in Synopsys DesignWare driver

2024-09-05 Thread Tom Rini
On Sun, 21 Jul 2024 08:59:07 +0200, Heinrich Schuchardt wrote: > 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. > > > [...] Applied to u-b

[PATCH v2 1/1] mmc: consider cd-gpios in Synopsys DesignWare driver

2024-07-20 Thread Heinrich Schuchardt
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 Signed-off-by: Heinrich Schuchardt --- v2: Check that DM_GPIO is e