]> Git Repo - linux.git/commitdiff
dt-bindings: ata: dwc-ahci: add PHY clocks
authorSebastian Reichel <[email protected]>
Mon, 12 Jun 2023 17:13:33 +0000 (19:13 +0200)
committerDamien Le Moal <[email protected]>
Fri, 23 Jun 2023 00:33:53 +0000 (09:33 +0900)
Add PHY transmit and receive clocks as described by the
DW SATA AHCI HW manual.

Suggested-by: Serge Semin <[email protected]>
Reviewed-by: Serge Semin <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
Documentation/devicetree/bindings/ata/snps,dwc-ahci-common.yaml

index c1457910520bf952784ddaf040f4790c6faece3d..34c5bf65b02d9a301790af884aa2c74afc14a94e 100644 (file)
@@ -31,11 +31,11 @@ properties:
       PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx)
       clock, etc.
     minItems: 1
-    maxItems: 4
+    maxItems: 6
 
   clock-names:
     minItems: 1
-    maxItems: 4
+    maxItems: 6
     items:
       oneOf:
         - description: Application APB/AHB/AXI BIU clock
@@ -48,6 +48,10 @@ properties:
           const: pmalive
         - description: RxOOB detection clock
           const: rxoob
+        - description: PHY Transmit Clock
+          const: asic
+        - description: PHY Receive Clock
+          const: rbc
         - description: SATA Ports reference clock
           const: ref
 
This page took 0.06365 seconds and 4 git commands to generate.