]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versions
authorFaiz Abbas <faiz_abbas@ti.com>
Thu, 13 Jun 2019 04:59:51 +0000 (10:29 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 01:49:28 +0000 (21:49 -0400)
commit733b70a32a1a62b0c6ac983296179a59646aeaa0
tree2c4011f7c11aa5cb1691c268f436913527055847
parenta7edca52aba421bd969ca0669600b92d8621af59
mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versions

The j721e 4 bit instances don't have a hard DLL and therefore don't need
any DLL related configurations. Split the compatibles into an 8 bit and a
4 bit one. Add a private flags field which can be used to check if the
DLL is present and don't register the set_ios_post callback for the 4 bit
compatible instances.

Also update the compatibles in k3-j721e-main.dtsi to avoid breaking boot
with the new compatibles.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/mmc/am654_sdhci.c