diff options
author | Walter Lozano <walter.lozano@collabora.com> | 2020-07-29 12:31:16 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-08-02 14:28:28 +0200 |
commit | 45154f07f8e37b297786de14b287fbec82dd4259 (patch) | |
tree | 22262748f61a757c491d9c0b65a90961d9c671aa /drivers/mmc | |
parent | 1351e3eb724d709f13ef5a5e3be7472e242dc6b4 (diff) | |
download | u-boot-45154f07f8e37b297786de14b287fbec82dd4259.tar.gz |
mmc: fsl_esdhc_imx: rename driver name to match ll_entry
As discussed in commit <addf358bac1d2bd0> rename fsl_esdhc_imx
driver to allow the OF_PLATDATA support.
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/fsl_esdhc_imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 644f4651fb..6b727dbbd5 100644 --- a/drivers/mmc/fsl_esdhc_imx.c +++ b/drivers/mmc/fsl_esdhc_imx.c @@ -1644,7 +1644,7 @@ static int fsl_esdhc_bind(struct udevice *dev) #endif U_BOOT_DRIVER(fsl_esdhc) = { - .name = "fsl-esdhc-mmc", + .name = "fsl_esdhc", .id = UCLASS_MMC, .of_match = fsl_esdhc_ids, .ops = &fsl_esdhc_ops, |