Skip to content

Commit 2b4e75a

Browse files
lumagandersson
authored andcommitted
dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources
Add additional GCC clock sources. This includes PCIe and USB PIPE and UFS symbol clocks. Fixes: 2a8aa18 ("dt-bindings: clk: qcom: Fix self-validation, split, and clean cruft") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220620071936.1558906-2-dmitry.baryshkov@linaro.org
1 parent 205737f commit 2b4e75a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Documentation/devicetree/bindings/clock/qcom,gcc-msm8996.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,32 @@ properties:
2222
const: qcom,gcc-msm8996
2323

2424
clocks:
25+
minItems: 3
2526
items:
2627
- description: XO source
2728
- description: Second XO source
2829
- description: Sleep clock source
30+
- description: PCIe 0 PIPE clock (optional)
31+
- description: PCIe 1 PIPE clock (optional)
32+
- description: PCIe 2 PIPE clock (optional)
33+
- description: USB3 PIPE clock (optional)
34+
- description: UFS RX symbol 0 clock (optional)
35+
- description: UFS RX symbol 1 clock (optional)
36+
- description: UFS TX symbol 0 clock (optional)
2937

3038
clock-names:
39+
minItems: 3
3140
items:
3241
- const: cxo
3342
- const: cxo2
3443
- const: sleep_clk
44+
- const: pcie_0_pipe_clk_src
45+
- const: pcie_1_pipe_clk_src
46+
- const: pcie_2_pipe_clk_src
47+
- const: usb3_phy_pipe_clk_src
48+
- const: ufs_rx_symbol_0_clk_src
49+
- const: ufs_rx_symbol_1_clk_src
50+
- const: ufs_tx_symbol_0_clk_src
3551

3652
'#clock-cells':
3753
const: 1

0 commit comments

Comments
 (0)