From: Janne Grunau Date: Thu, 28 Aug 2025 14:01:48 +0000 (+0200) Subject: ASoC: apple: mca: Add "apple,t8103-mca" compatible X-Git-Tag: v6.18-rc1~145^2~8^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=096f12b45eabbbeb153a0a493d922c9f31210d50;p=thirdparty%2Fkernel%2Flinux.git ASoC: apple: mca: Add "apple,t8103-mca" compatible 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 Reviewed-by: Neal Gompa Signed-off-by: Janne Grunau --- diff --git a/sound/soc/apple/mca.c b/sound/soc/apple/mca.c index 5dd24ab90d0f0..c4dcb2b545912 100644 --- a/sound/soc/apple/mca.c +++ b/sound/soc/apple/mca.c @@ -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", }, {} };