]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
nvme: apple: add "apple,t8103-nvme-ans2" compatible
authorJanne Grunau <j@jannau.net>
Thu, 30 Apr 2026 21:28:36 +0000 (23:28 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 12 May 2026 18:07:49 +0000 (12:07 -0600)
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,nvme-ans2" anymore [1]. Add
"apple,t8103-nvme-ans2" as fallback compatible as this is the SoC the
driver and bindings were originally written for.
The t602x (M2 Pro/Max/Ultra) devicetrees submitted in [2] use this
compatible as fallback instead of "apple,t8103-nvme-ans2".

Link: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/
Link: https://lore.kernel.org/asahi/20250828-dt-apple-t6020-v1-0-507ba4c4b98e@jannau.net/
Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Mark Kettenis <kettenis@openbsd.org>
drivers/nvme/nvme_apple.c

index 7e7538553e3f49b12c88c0100c5bac32cdd43705..48f82bc826c8b6332bad27cb79019e717d643468 100644 (file)
@@ -287,6 +287,7 @@ static const struct nvme_ops apple_nvme_ops = {
 };
 
 static const struct udevice_id apple_nvme_ids[] = {
+       { .compatible = "apple,t8103-nvme-ans2" },
        { .compatible = "apple,nvme-ans2" },
        { /* sentinel */ }
 };