You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
368 B
10 lines
368 B
--- a/drivers/mmc/host/sdhci-of-esdhc.c
|
|
+++ b/drivers/mmc/host/sdhci-of-esdhc.c
|
|
@@ -619,6 +619,7 @@ static void esdhc_reset(struct sdhci_hos
|
|
static const struct of_device_id scfg_device_ids[] = {
|
|
{ .compatible = "fsl,t1040-scfg", },
|
|
{ .compatible = "fsl,ls1012a-scfg", },
|
|
+ { .compatible = "fsl,ls1043a-scfg", },
|
|
{ .compatible = "fsl,ls1046a-scfg", },
|
|
{}
|
|
};
|
|
|