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)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 28 Feb 2022 12:06:23 +0000 (13:06 +0100)
commit3b7340f1c89cc488e4df0b033bf7ae502ebbf5b2
treef59a3eb657df5283eafe1c101223c0e7a10d42b8
parentf5d8a5fe77ce933f53eb8f2e22bb7a1a2019ea11
mmc: sdhci_am654: Fix the driver data of AM64 SoC

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>
drivers/mmc/host/sdhci_am654.c