mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel
authorVignesh Raghavendra <vigneshr@ti.com>
Wed, 22 Nov 2023 06:02:14 +0000 (11:32 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 7 Dec 2023 13:08:44 +0000 (14:08 +0100)
commit5cb2f9286a31f33dc732c57540838ad9339393ab
treeb12b311da153f573b318cb75ed09797abd216f81
parente18a38660786dbe8536ecf74563df25936a3532a
mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel

ti,otap-del-sel has been deprecated since v5.7 and there are no users of
this property and no documentation in the DT bindings either.
Drop the fallback code looking for this property, this makes
sdhci_am654_get_otap_delay() much easier to read as all the TAP values
can be handled via a single iterator loop.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20231122060215.2074799-1-vigneshr@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c