Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sebastian Reichel and committed by
Damien Le Moal
2b3665b2 b3f993c7

+6 -2
+6 -2
Documentation/devicetree/bindings/ata/snps,dwc-ahci-common.yaml
··· 31 31 PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx) 32 32 clock, etc. 33 33 minItems: 1 34 - maxItems: 4 34 + maxItems: 6 35 35 36 36 clock-names: 37 37 minItems: 1 38 - maxItems: 4 38 + maxItems: 6 39 39 items: 40 40 oneOf: 41 41 - description: Application APB/AHB/AXI BIU clock ··· 48 48 const: pmalive 49 49 - description: RxOOB detection clock 50 50 const: rxoob 51 + - description: PHY Transmit Clock 52 + const: asic 53 + - description: PHY Receive Clock 54 + const: rbc 51 55 - description: SATA Ports reference clock 52 56 const: ref 53 57