]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: nvme: apple: Add apple,t6020-nvme-ans2 compatible
authorJanne Grunau <j@jannau.net>
Thu, 28 Aug 2025 14:01:34 +0000 (16:01 +0200)
committerJanne Grunau <j@jannau.net>
Sun, 14 Sep 2025 19:50:08 +0000 (21:50 +0200)
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,nvme-ans2" anymore [1]. Add
"apple,t8103-nvme-ans2" as fallback compatible as it is the SoC the
driver and bindings were written for.

Invert the condition for the 2 or 3 power-domains check to allow using
"apple,t8103-nvme-ans2" as base compatible.

"apple,t6020-nvme-ans2" on Apple M2 Pro/Max/Ultra SoCs is compatible
with "apple,t8103-nvme-ans2" so add its per-SoC compatible.

[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/

Reviewed-by: Neal Gompa <neal@gompa.dev>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml

index 4127d7b0a0f066fd0e144b32d1b676e3406b9d5a..4c0b1f90aff846e345ec040b22be42f451cf955f 100644 (file)
@@ -13,8 +13,12 @@ properties:
   compatible:
     oneOf:
       - const: apple,t8015-nvme-ans2
+      - items:
+          - const: apple,t6020-nvme-ans2
+          - const: apple,t8103-nvme-ans2
       - items:
           - enum:
+              # Do not add additional SoC to this list.
               - apple,t8103-nvme-ans2
               - apple,t8112-nvme-ans2
               - apple,t6000-nvme-ans2
@@ -69,21 +73,20 @@ if:
     compatible:
       contains:
         enum:
-          - apple,t8015-nvme-ans2
-          - apple,t8103-nvme-ans2
-          - apple,t8112-nvme-ans2
+          - apple,t6000-nvme-ans2
+          - apple,t6020-nvme-ans2
 then:
   properties:
     power-domains:
-      maxItems: 2
+      minItems: 3
     power-domain-names:
-      maxItems: 2
+      minItems: 3
 else:
   properties:
     power-domains:
-      minItems: 3
+      maxItems: 2
     power-domain-names:
-      minItems: 3
+      maxItems: 2
 
 required:
   - compatible