[PATCH] dt-bindings: ata: apm,xgene-ahci: Add apm,xgene-ahci-v2 support

Rob Herring (Arm) posted 1 patch 1 week, 5 days ago
.../bindings/ata/apm,xgene-ahci.yaml          | 21 ++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
[PATCH] dt-bindings: ata: apm,xgene-ahci: Add apm,xgene-ahci-v2 support
Posted by Rob Herring (Arm) 1 week, 5 days ago
The "apm,xgene-ahci-v2" compatible has been in use for a long time, but
was undocumented. It doesn't require clocks or phys.

Remove the "apm,xgene-ahci-pcie" compatible which isn't used anywhere
while we're here.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../bindings/ata/apm,xgene-ahci.yaml          | 21 ++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml b/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml
index 7dc942808656..dc631381f9e1 100644
--- a/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml
+++ b/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml
@@ -9,14 +9,11 @@ title: APM X-Gene 6.0 Gb/s SATA host controller
 maintainers:
   - Rob Herring <robh@kernel.org>
 
-allOf:
-  - $ref: ahci-common.yaml#
-
 properties:
   compatible:
     enum:
       - apm,xgene-ahci
-      - apm,xgene-ahci-pcie
+      - apm,xgene-ahci-v2
 
   reg:
     minItems: 4
@@ -35,12 +32,22 @@ properties:
 
 required:
   - compatible
-  - clocks
-  - phys
-  - phy-names
 
 unevaluatedProperties: false
 
+allOf:
+  - $ref: ahci-common.yaml#
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: apm,xgene-ahci
+    then:
+      required:
+        - clocks
+        - phys
+        - phy-names
+
 examples:
   - |
     sata@1a400000 {
-- 
2.51.0
Re: [PATCH] dt-bindings: ata: apm,xgene-ahci: Add apm,xgene-ahci-v2 support
Posted by Damien Le Moal 1 week, 2 days ago
On 9/20/25 07:35, Rob Herring (Arm) wrote:
> The "apm,xgene-ahci-v2" compatible has been in use for a long time, but
> was undocumented. It doesn't require clocks or phys.
> 
> Remove the "apm,xgene-ahci-pcie" compatible which isn't used anywhere
> while we're here.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Applied to for-6.18. Thanks !


-- 
Damien Le Moal
Western Digital Research