Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Janne Grunau and committed by
Linus Walleij
4ef01cf2 7fe21f1e

+3 -1
+3 -1
Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
··· 18 18 compatible: 19 19 oneOf: 20 20 - items: 21 - - const: apple,t6020-pinctrl 21 + - enum: 22 + - apple,t6020-pinctrl 23 + - apple,t8122-pinctrl 22 24 - const: apple,t8103-pinctrl 23 25 - items: 24 26 # Do not add additional SoC to this list.