diff options
| author | Nick Chan <towinchenmi@gmail.com> | 2025-09-15 09:52:24 +0800 |
|---|---|---|
| committer | Sven Peter <sven@kernel.org> | 2025-09-18 21:11:15 +0200 |
| commit | 4b167146ec051dce3e770052ddfe4689f41cfdd3 (patch) | |
| tree | 71f5af0ce55df73e750770d6fbec82152bac3587 | |
| parent | 989ca853ddeefad448bdfb771113faf9cc480936 (diff) | |
dt-bindings: spmi: Add Apple A11 and T2 compatible
The SPMI bus found on Apple A11 and T2 SoCs are compatible with the
existing driver for t8103's spmi so add their compatibles.
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Sven Peter <sven@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spmi/apple,spmi.yaml b/Documentation/devicetree/bindings/spmi/apple,spmi.yaml index dbf09ad0ecde..ba524f1eb704 100644 --- a/Documentation/devicetree/bindings/spmi/apple,spmi.yaml +++ b/Documentation/devicetree/bindings/spmi/apple,spmi.yaml @@ -18,7 +18,10 @@ properties: compatible: oneOf: - items: - - const: apple,t6020-spmi + - enum: + - apple,t6020-spmi + - apple,t8012-spmi + - apple,t8015-spmi - const: apple,t8103-spmi - items: - enum: |
