]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: mmc: am654_sdhci: Add new compatible for AM62 SoC
authorAswath Govindraju <a-govindraju@ti.com>
Wed, 25 May 2022 08:08:39 +0000 (13:38 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:32 +0000 (13:37 -0400)
commited6d78146977ddd6d467131453f3761948d6a25b
tree2f656771bd14ac5dff9b729e798d260e45cbd20b
parent866eab1d28b5cee39da50c9392bb5112b4865656
drivers: mmc: am654_sdhci: Add new compatible for AM62 SoC

The phy used in the 8 bit instance has been changed to the phy used in 4
bit instance on AM62 SoC. This implies the phy configuration required for
both the instances of mmc are similar. Therefore, add a new compatible
for AM62 SoC using the driver data of am64 4 bit instance.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/am654_sdhci.c