Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: macsmc: Add "apple,t8103-smc" compatible

After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,smc" anymore [1]. Use
"apple,t8103-smc" 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/

Signed-off-by: Janne Grunau <j@jannau.net>
Link: https://lore.kernel.org/r/20250828-dt-apple-t6020-v1-18-507ba4c4b98e@jannau.net
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Janne Grunau and committed by
Lee Jones
9b959e52 5f4bbee0

+1
+1
drivers/mfd/macsmc.c
··· 478 478 } 479 479 480 480 static const struct of_device_id apple_smc_of_match[] = { 481 + { .compatible = "apple,t8103-smc" }, 481 482 { .compatible = "apple,smc" }, 482 483 {}, 483 484 };