devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc7280: fix PCIe clock reference
@ 2022-07-07  6:42 Johan Hovold
  2022-07-08 22:19 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2022-07-07  6:42 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	devicetree, linux-kernel, Johan Hovold, Dmitry Baryshkov

The recent commit that dropped the PCIe PHY clock index failed to update
the PCIe node reference.

Fixes: 531c738fb360 ("arm64: dts: qcom: sc7280: drop PCIe PHY clock index")
Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---

The QMP DTS fixes were applied before I was able to send a v2 so here's
a follow-up fix for an issue caught by Dmitry during review.

Feel free to squash it in or apply on top.

Johan


 arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index b0ae2dbba50f..9052c93c7845 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -2035,7 +2035,7 @@ pcie1: pci@1c08000 {
 
 			clocks = <&gcc GCC_PCIE_1_PIPE_CLK>,
 				 <&gcc GCC_PCIE_1_PIPE_CLK_SRC>,
-				 <&pcie1_lane 0>,
+				 <&pcie1_lane>,
 				 <&rpmhcc RPMH_CXO_CLK>,
 				 <&gcc GCC_PCIE_1_AUX_CLK>,
 				 <&gcc GCC_PCIE_1_CFG_AHB_CLK>,
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sc7280: fix PCIe clock reference
  2022-07-07  6:42 [PATCH] arm64: dts: qcom: sc7280: fix PCIe clock reference Johan Hovold
@ 2022-07-08 22:19 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-07-08 22:19 UTC (permalink / raw)
  To: Johan Hovold
  Cc: linux-arm-msm, devicetree, Dmitry Baryshkov, Krzysztof Kozlowski,
	Andy Gross, linux-kernel, Rob Herring

On Thu, 7 Jul 2022 08:42:22 +0200, Johan Hovold wrote:
> The recent commit that dropped the PCIe PHY clock index failed to update
> the PCIe node reference.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sc7280: fix PCIe clock reference
      commit: 330fc08dbdd913ac37a31f8aec1a88f68e39ae39

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-08 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07  6:42 [PATCH] arm64: dts: qcom: sc7280: fix PCIe clock reference Johan Hovold
2022-07-08 22:19 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).