Hello,
I looked at the mmc/sd linux driver, and there are some function named or related to sd card detect. So it seems that the card detect function is supported.
The SD specifications, say that when detecting the card detect signal, the host can enable the power.
I haven't seen a SD Card Detect signal on the SD/MMC block on DM365 specification
I haven't seen a SD Enable nor a SD Write Protect signal neither.
On DVEVM365 the WP and CD signal from the SD connector are wired to the CPLD in read mode.
I have 2 questions:
1/ How the card detect is done in the driver in term of relation to the hardware ? In general ? In DVEVM ?
2/ Are there some GPIOs dedicated to this role or is it up to the user to choose and change the driver (if the hook is available) ?
Thanks for any info