diff options
author | Janne Grunau <[email protected]> | 2023-03-07 13:10:16 +0100 |
---|---|---|
committer | Hector Martin <[email protected]> | 2023-03-28 19:39:21 +0900 |
commit | 43145cfe308214addb3f4ecaa48fd2c415a2938f (patch) | |
tree | eba6f66dd1a728992176032c90bc725813cfaf1c | |
parent | 869c942fb567c9b1dcc25487200fdcf474157029 (diff) |
dt-bindings: pinctrl: apple,pinctrl: Add apple,t8112-pinctrl compatible
This new SoC uses the same pinctrl hardware, so just add a new per-SoC
compatible.
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Hector Martin <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml index d3b11351ca45..684c03a6bd40 100644 --- a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml @@ -19,6 +19,7 @@ properties: items: - enum: - apple,t8103-pinctrl + - apple,t8112-pinctrl - apple,t6000-pinctrl - const: apple,pinctrl |