Skip to content

Instantly share code, notes, and snippets.

@jannau
Created January 5, 2022 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jannau/b17cb2efcf7e443d49292d40b78a4247 to your computer and use it in GitHub Desktop.
Save jannau/b17cb2efcf7e443d49292d40b78a4247 to your computer and use it in GitHub Desktop.
u-boot nvme compat with current asahi:nvme/dev
diff --git a/drivers/nvme/nvme_apple.c b/drivers/nvme/nvme_apple.c
index 01cd6d494b..4926864bbc 100644
--- a/drivers/nvme/nvme_apple.c
+++ b/drivers/nvme/nvme_apple.c
@@ -107,6 +107,7 @@ static int apple_nvme_remove(struct udevice *dev)
}
static const struct udevice_id apple_nvme_ids[] = {
+ { .compatible = "apple,nvme-ans2" },
{ .compatible = "apple,t8103-ans-nvme" },
{ /* sentinel */ }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment