Skip to content

Commit 2b3665b

Browse files
sredamien-lemoal
authored andcommitted
dt-bindings: ata: dwc-ahci: add PHY clocks
Add PHY transmit and receive clocks as described by the DW SATA AHCI HW manual. Suggested-by: Serge Semin <fancer.lancer@gmail.com> Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
1 parent b3f993c commit 2b3665b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/devicetree/bindings/ata/snps,dwc-ahci-common.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ properties:
3131
PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx)
3232
clock, etc.
3333
minItems: 1
34-
maxItems: 4
34+
maxItems: 6
3535

3636
clock-names:
3737
minItems: 1
38-
maxItems: 4
38+
maxItems: 6
3939
items:
4040
oneOf:
4141
- description: Application APB/AHB/AXI BIU clock
@@ -48,6 +48,10 @@ properties:
4848
const: pmalive
4949
- description: RxOOB detection clock
5050
const: rxoob
51+
- description: PHY Transmit Clock
52+
const: asic
53+
- description: PHY Receive Clock
54+
const: rbc
5155
- description: SATA Ports reference clock
5256
const: ref
5357

0 commit comments

Comments
 (0)