diff options
author | 2024-10-23 12:40:38 +0800 | |
---|---|---|
committer | 2024-10-26 00:14:45 +0900 | |
commit | 9a944c7ed410840879b642ebaf399c6700a3def9 (patch) | |
tree | 0dc6cd834ce57b1818af5e1170adea2152fbd048 | |
parent | dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles (diff) | |
download | wireguard-linux-9a944c7ed410840879b642ebaf399c6700a3def9.tar.xz wireguard-linux-9a944c7ed410840879b642ebaf399c6700a3def9.zip |
dt-bindings: pinctrl: apple,pinctrl: Add A7-A11 compatibles
The block found on Apple's A7-A11 SoCs are compatible with the
existing driver so add their per-SoC compatibles.
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml index 9c07935919ea..63737d858944 100644 --- a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml @@ -18,6 +18,11 @@ properties: compatible: items: - enum: + - apple,s5l8960x-pinctrl + - apple,t7000-pinctrl + - apple,s8000-pinctrl + - apple,t8010-pinctrl + - apple,t8015-pinctrl - apple,t8103-pinctrl - apple,t8112-pinctrl - apple,t6000-pinctrl |