]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: apple: mca: Add "apple,t8103-mca" compatible
authorJanne Grunau <j@jannau.net>
Thu, 28 Aug 2025 14:01:48 +0000 (16:01 +0200)
committerJanne Grunau <j@jannau.net>
Sun, 14 Sep 2025 19:51:29 +0000 (21:51 +0200)
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,mca" anymore [1]. Use
"apple,t8103-mca" as base compatible as it is the SoC the driver and
bindings were written for.

[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/

Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
sound/soc/apple/mca.c

index 5dd24ab90d0f052bb48f451cf009dc2e9128014d..c4dcb2b545912cd02ee219cc2d4958db5aa785ba 100644 (file)
@@ -1191,6 +1191,7 @@ static void apple_mca_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id apple_mca_of_match[] = {
+       { .compatible = "apple,t8103-mca", },
        { .compatible = "apple,mca", },
        {}
 };