]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/ftsdc010_mci.c
x86: timer: tsc: Allow specifying clock rate from device tree again
[u-boot] / drivers / mmc / ftsdc010_mci.c
index 9de3a1503dee8ed9a2bdb785187e354fb877fe62..9c15eb36d6462801456bcc00af60427970262079 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Faraday MMC/SD Host Controller
  *
@@ -6,8 +7,6 @@
  *
  * Copyright 2018 Andes Technology, Inc.
  * Author: Rick Chen (rick@andestech.com)
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -464,7 +463,7 @@ int ftsdc010_mmc_bind(struct udevice *dev)
 }
 
 static const struct udevice_id ftsdc010_mmc_ids[] = {
-       { .compatible = "andestech,atsdc010" },
+       { .compatible = "andestech,atfsdc010" },
        { }
 };