Initialize the cyhal_sdio_config, such that the init function won't do the pin configuration. The gpios are setup using the zephyr pinctrl driver already. Before the latest hal update the values were ignored and the gpio configuration completely skipped. But this is no longer the case and this commit fixes that by setting the gpio pins to nc, Also, explicitly set sdio_config.clock to NULL, to make it clearer that the driver will check for that. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ifx_cat1_sdio.c | ||
| imx_usdhc.c | ||
| intel_emmc_host.c | ||
| intel_emmc_host.h | ||
| Kconfig | ||
| Kconfig.esp32 | ||
| Kconfig.ifx_cat1 | ||
| Kconfig.imx | ||
| Kconfig.intel | ||
| Kconfig.mcux_sdif | ||
| Kconfig.rcar | ||
| Kconfig.renesas_ra | ||
| Kconfig.sam_hsmci | ||
| Kconfig.sdhc_cdns | ||
| Kconfig.spi | ||
| mcux_sdif.c | ||
| rcar_mmc_registers.h | ||
| rcar_mmc.c | ||
| sam_hsmci.c | ||
| sdhc_cdns_ll.c | ||
| sdhc_cdns_ll.h | ||
| sdhc_cdns.c | ||
| sdhc_esp32.c | ||
| sdhc_esp32.h | ||
| sdhc_renesas_ra.c | ||
| sdhc_renesas_ra.h | ||
| sdhc_spi.c | ||