Skip to content

Commit f4a5ddd

Browse files
jmentiUlf Hansson
authored andcommitted
mmc: sdhci_am654: Update comments in sdhci_am654_set_clock
The sdhci_am654_set_clock function is also used to enable delay chain, therefore fix comments to be more generic in case we are not enabling DLL. Signed-off-by: Judith Mendez <jm@ti.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/20240320223837.959900-6-jm@ti.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent a66db81 commit f4a5ddd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mmc/host/sdhci_am654.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ static void sdhci_am654_set_clock(struct sdhci_host *host, unsigned int clock)
279279

280280
sdhci_set_clock(host, clock);
281281

282-
/* Setup DLL Output TAP delay */
282+
/* Setup Output TAP delay */
283283
otap_del_sel = sdhci_am654->otap_del_sel[timing];
284284

285285
mask = OTAPDLYENA_MASK | OTAPDLYSEL_MASK;
@@ -329,7 +329,7 @@ static void sdhci_j721e_4bit_set_clock(struct sdhci_host *host,
329329
u32 itap_del_sel;
330330
u32 mask, val;
331331

332-
/* Setup DLL Output TAP delay */
332+
/* Setup Output TAP delay */
333333
otap_del_sel = sdhci_am654->otap_del_sel[timing];
334334

335335
mask = OTAPDLYENA_MASK | OTAPDLYSEL_MASK;

0 commit comments

Comments
 (0)