Skip to content

Commit 7acee25

Browse files
committed
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>
1 parent 528295d commit 7acee25

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ properties:
1818
compatible:
1919
oneOf:
2020
- items:
21-
- const: apple,t6020-pinctrl
21+
- enum:
22+
- apple,t6020-pinctrl
23+
- apple,t8122-pinctrl
2224
- const: apple,t8103-pinctrl
2325
- items:
2426
# Do not add additional SoC to this list.

0 commit comments

Comments
 (0)