summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2026-03-20 15:23:23 +0300
committerLinus Walleij <linusw@kernel.org>2026-04-09 11:27:20 +0300
commit4ef01cf208367014ceac7b81f60515a66b3f2ce5 (patch)
tree9e2ae5dee3643bc7aea711877a9d0a490db10cdd /Documentation/devicetree/bindings
parent7fe21f1ef74f2f4b95896789db656c84b22f01c1 (diff)
downloadlinux-4ef01cf208367014ceac7b81f60515a66b3f2ce5.tar.xz
dt-bindings: pinctrl: apple,pinctrl: Add t8122 compatible
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>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
index 665ec79a69f1..41073176bc69 100644
--- a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
@@ -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.