Skip to content

Commit 639f666

Browse files
Heiko Stuebnerkwilczynski
authored andcommitted
dt-bindings: PCI: dwc: rockchip: Document optional PCIe reference clock input
On some boards the 100MHz PCIe reference clock to both controller and devices is controllable. Add that clock to the list of clocks. The clock is optional, so the minItems stays the same. Link: https://lore.kernel.org/linux-pci/20231206145041.667900-1-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 3b74713 commit 639f666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ properties:
4949
- description: APB clock for PCIe
5050
- description: Auxiliary clock for PCIe
5151
- description: PIPE clock
52+
- description: Reference clock for PCIe
5253

5354
clock-names:
5455
minItems: 5
@@ -59,6 +60,7 @@ properties:
5960
- const: pclk
6061
- const: aux
6162
- const: pipe
63+
- const: ref
6264

6365
interrupts:
6466
items:

0 commit comments

Comments
 (0)