]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: pinctrl: apple,pinctrl: Add t8122 compatible
authorJanne Grunau <j@jannau.net>
Fri, 20 Mar 2026 12:23:23 +0000 (13:23 +0100)
committerLinus Walleij <linusw@kernel.org>
Thu, 9 Apr 2026 08:27:20 +0000 (10:27 +0200)
The pin controller on the Apple silicon t8122 (M3) SoC is compatible
with the existing driver. Add "apple,t8122-pinctrl" as SoC specific
compatible under "apple,t8103-pinctrl" used by the driver.

Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Joshua Peisach <jpeisach@ubuntu.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml

index 665ec79a69f1db1020668c68ecbb7e215cb7cb28..41073176bc691bb1b284037f9ccfe2d036160e71 100644 (file)
@@ -18,7 +18,9 @@ properties:
   compatible:
     oneOf:
       - items:
-          - const: apple,t6020-pinctrl
+          - enum:
+              - apple,t6020-pinctrl
+              - apple,t8122-pinctrl
           - const: apple,t8103-pinctrl
       - items:
           # Do not add additional SoC to this list.