Match on "amlogic,meson-sm1-mmc" compatible.
authorkettenis <kettenis@openbsd.org>
Tue, 20 Apr 2021 19:33:03 +0000 (19:33 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 20 Apr 2021 19:33:03 +0000 (19:33 +0000)
sys/dev/fdt/amlmmc.c

index d00699c..bc657e4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: amlmmc.c,v 1.9 2020/08/24 15:15:08 kettenis Exp $     */
+/*     $OpenBSD: amlmmc.c,v 1.10 2021/04/20 19:33:03 kettenis Exp $    */
 /*
  * Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -199,7 +199,8 @@ amlmmc_match(struct device *parent, void *match, void *aux)
 {
        struct fdt_attach_args *faa = aux;
 
-       return OF_is_compatible(faa->fa_node, "amlogic,meson-axg-mmc");
+       return (OF_is_compatible(faa->fa_node, "amlogic,meson-axg-mmc") ||
+           OF_is_compatible(faa->fa_node, "amlogic,meson-sm1-mmc"));
 }
 
 void