mbox series

[v4,0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks

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

Message

Krishna Chaitanya Chundru Sept. 8, 2022, 8:46 a.m. UTC
Add missing aggre0 and aggre1 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 (2):
  arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
  dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks

 Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 10 ++++++----
 arch/arm64/boot/dts/qcom/sc7280.dtsi                 |  8 ++++++--
 2 files changed, 12 insertions(+), 6 deletions(-)

Comments

Bjorn Andersson Sept. 15, 2022, 3:37 a.m. UTC | #1
On Thu, 8 Sep 2022 14:16:14 +0530, Krishna chaitanya chundru wrote:
> Add missing aggre0 and aggre1 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 (2):
>   arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
>   dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
      commit: aaf85b46aa4145f5ec7aa0a9bdf4a93b23474524
[2/2] dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
      commit: a672a9f4a6bba31f8dfb3a77714468ddb985ecf7

Best regards,
Lorenzo Pieralisi Sept. 27, 2022, 9:23 a.m. UTC | #2
On Thu, 8 Sep 2022 14:16:14 +0530, Krishna chaitanya chundru wrote:
> Add missing aggre0 and aggre1 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 (2):
>   arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
>   dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
> 
> [...]

Applied to pci/dt - dts changes (patch 1) should go via
platform tree, thanks!

[2/2] dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
      https://git.kernel.org/lpieralisi/pci/c/1abbe04a1b55

Thanks,
Lorenzo