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 /Documentation | |
| parent | spi: apple: Add "apple,t8103-spi" compatible (diff) | |
| download | linux-4b167146ec051dce3e770052ddfe4689f41cfdd3.tar.gz linux-4b167146ec051dce3e770052ddfe4689f41cfdd3.zip | |
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>
Diffstat (limited to 'Documentation')
| -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: |
