mmc: sdhci_am654: Fix the driver data of AM64 SoC
authorAswath Govindraju <a-govindraju@ti.com>
Fri, 11 Feb 2022 07:50:55 +0000 (13:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:23:19 +0000 (14:23 +0200)
commit0a96bff46a5e55e2e0f7f254016343460ff24ab5
tree8eb294f85090f4e74d93f2b0755fb068597aae21
parent7c31acd9ca79efe6e4209d337bf7ff68e7d6f15a
mmc: sdhci_am654: Fix the driver data of AM64 SoC

[ Upstream commit 3b7340f1c89cc488e4df0b033bf7ae502ebbf5b2 ]

The MMCSD IPs used in AM64 are the same as the ones used in J721E.
Therefore, fix this by using the driver data from J721E for AM64 too, for
both 8 and 4 bit instances.

Fixes: 754b7f2f7d2a ("mmc: sdhci_am654: Add Support for TI's AM64 SoC")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20220211075056.26179-1-a-govindraju@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/sdhci_am654.c