Skip to content

Commit 9b959e5

Browse files
jannaulag-linaro
authored andcommitted
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>
1 parent 5f4bbee commit 9b959e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/macsmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ static int apple_smc_probe(struct platform_device *pdev)
478478
}
479479

480480
static const struct of_device_id apple_smc_of_match[] = {
481+
{ .compatible = "apple,t8103-smc" },
481482
{ .compatible = "apple,smc" },
482483
{},
483484
};

0 commit comments

Comments
 (0)