mbox series

[v1,0/3] PCI: qcom: sc7280: add missing clocks

Message ID 1656062391-14567-1-git-send-email-quic_krichai@quicinc.com (mailing list archive)
Headers show
Series PCI: qcom: sc7280: add missing clocks | expand

Message

Krishna Chaitanya Chundru June 24, 2022, 9:19 a.m. UTC
Add missing pcie clocks support.

Krishna chaitanya chundru (3):
  PCI: qcom: Add missing sc7280 clocks in PCIe driver
  dt-bindings: pci: QCOM sc7280 add missing clocks.
  arm64: dts: qcom: sc7280: Add missing pcie clocks

 Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 ++
 arch/arm64/boot/dts/qcom/sc7280.dtsi                 | 4 ++++
 drivers/pci/controller/dwc/pcie-qcom.c               | 3 +++
 3 files changed, 9 insertions(+)

Comments

Krishna Chaitanya Chundru July 1, 2022, 4:11 p.m. UTC | #1
Add missing aggre0, aggre1 and ddrs sf tbu clocks supports to PCIe node.

Without voting these clocks, PCIe link is going down when system is
suspended as these clocks can get turned off as no-one is voting for them.

Krishna chaitanya chundru (3):
  PCI: qcom: Add sc7280 aggre0, aggre1 and ddr sf tbu clocks in PCIe
    driver
  dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
  arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks

 Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 6 ++++--
 arch/arm64/boot/dts/qcom/sc7280.dtsi                 | 4 ++++
 drivers/pci/controller/dwc/pcie-qcom.c               | 3 +++
 3 files changed, 11 insertions(+), 2 deletions(-)