Skip to content

Commit 20fa978

Browse files
jannaumarcan
authored andcommitted
dt-bindings: nvme: apple: Add apple,t8112-nvme-ans2 compatible string
"apple,t8112-nvme-ans2" as found on Apple M2 SoCs is compatible with the existing driver. Add its SoC specific compatible string to allow special handling if it'll be necessary. t8112 uses only 2 power-domains as no 4 and 8 TB configurations are offered. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 695ea8c commit 20fa978

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ properties:
1414
items:
1515
- enum:
1616
- apple,t8103-nvme-ans2
17+
- apple,t8112-nvme-ans2
1718
- apple,t6000-nvme-ans2
1819
- const: apple,nvme-ans2
1920

@@ -65,7 +66,9 @@ if:
6566
properties:
6667
compatible:
6768
contains:
68-
const: apple,t8103-nvme-ans2
69+
enum:
70+
- apple,t8103-nvme-ans2
71+
- apple,t8112-nvme-ans2
6972
then:
7073
properties:
7174
power-domains:

0 commit comments

Comments
 (0)