mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources
commit2b4e75a7a7upstream. Add additional GCC clock sources. This includes PCIe and USB PIPE and UFS symbol clocks. Fixes:2a8aa18c11("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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
87c4b359e3
commit
7a327285a7
|
|
@ -22,16 +22,32 @@ properties:
|
||||||
const: qcom,gcc-msm8996
|
const: qcom,gcc-msm8996
|
||||||
|
|
||||||
clocks:
|
clocks:
|
||||||
|
minItems: 3
|
||||||
items:
|
items:
|
||||||
- description: XO source
|
- description: XO source
|
||||||
- description: Second XO source
|
- description: Second XO source
|
||||||
- description: Sleep clock source
|
- description: Sleep clock source
|
||||||
|
- description: PCIe 0 PIPE clock (optional)
|
||||||
|
- description: PCIe 1 PIPE clock (optional)
|
||||||
|
- description: PCIe 2 PIPE clock (optional)
|
||||||
|
- description: USB3 PIPE clock (optional)
|
||||||
|
- description: UFS RX symbol 0 clock (optional)
|
||||||
|
- description: UFS RX symbol 1 clock (optional)
|
||||||
|
- description: UFS TX symbol 0 clock (optional)
|
||||||
|
|
||||||
clock-names:
|
clock-names:
|
||||||
|
minItems: 3
|
||||||
items:
|
items:
|
||||||
- const: cxo
|
- const: cxo
|
||||||
- const: cxo2
|
- const: cxo2
|
||||||
- const: sleep_clk
|
- const: sleep_clk
|
||||||
|
- const: pcie_0_pipe_clk_src
|
||||||
|
- const: pcie_1_pipe_clk_src
|
||||||
|
- const: pcie_2_pipe_clk_src
|
||||||
|
- const: usb3_phy_pipe_clk_src
|
||||||
|
- const: ufs_rx_symbol_0_clk_src
|
||||||
|
- const: ufs_rx_symbol_1_clk_src
|
||||||
|
- const: ufs_tx_symbol_0_clk_src
|
||||||
|
|
||||||
'#clock-cells':
|
'#clock-cells':
|
||||||
const: 1
|
const: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user