Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit afa46a58 authored by Faiz Abbas's avatar Faiz Abbas
Browse files

mmc: sdhci_am654: Update phy configuration for AM65x SR2.0


The clock > CLOCK_TOO_SLOW_HZ was added to prevent the DLL
from getting enabled in the early stages of enumeration. From the
latest updates to the internal RIOT, the am654x SR2.0 IP requires
that TXCLKDLY and OTAPDLY be enabled when the DLL is not enabled.

Therefore, move the clock too slow condition to gate just the DLL properties,
enable TXCLKDLY and always have OTAPDLY enabled.

Also add a write to clkbufsel as indicated in the RIOT.

Signed-off-by: default avatarFaiz Abbas <faiz_abbas@ti.com>
parent e5d62802
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment