Tool/software: Linux
Hi
Is it possible to use the Default SD mode 1-bit data transfer mode on MMC0?
If so, I think we need to remove the MMC_CAP_4_BIT_DATA or MMC_CAP_8_BIT_DATA flags from the am335x_mmc[].caps field.
Thanks
Gilberto
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi
Is it possible to use the Default SD mode 1-bit data transfer mode on MMC0?
If so, I think we need to remove the MMC_CAP_4_BIT_DATA or MMC_CAP_8_BIT_DATA flags from the am335x_mmc[].caps field.
Thanks
Gilberto
Hello Gilberto,
To enable the MMC 1-bit data transfer you have to unset the MMC_CAP_4_BIT_DATA and MMC_CAP_8_BIT_DATA flags both. To do this set-up the bus-width device property of the node.
bus-width: Number of data lines, can be <1>, <4>, or <8>, default <1>
Best regards,
Kemal