]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pinctrl: apple: Add "apple,t8103-pinctrl" compatible
authorJanne Grunau <j@jannau.net>
Thu, 30 Apr 2026 21:29:55 +0000 (23:29 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 12 May 2026 18:07:54 +0000 (12:07 -0600)
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,pinctrl" anymore [1]. Use
"apple,t8103-pinctrl" as fallback compatible as it is the SoC 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-pinctrl".

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/pinctrl/pinctrl-apple.c

index f373afde58e41ce2917f421efd33a8bc67df7f43..083ea6d6cd5d03742b1ada62581518f9280076d9 100644 (file)
@@ -192,6 +192,7 @@ static struct pinctrl_ops apple_pinctrl_ops = {
 };
 
 static const struct udevice_id apple_pinctrl_ids[] = {
+       { .compatible = "apple,t8103-pinctrl" },
        { .compatible = "apple,pinctrl" },
        { /* sentinel */ }
 };