All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] arm64: dts: qcom: QMP PHY fixes
@ 2022-07-05 11:40 Johan Hovold
  2022-07-05 11:40 ` [PATCH 01/14] arm64: dts: qcom: sc7280: drop PCIe PHY clock index Johan Hovold
                   ` (14 more replies)
  0 siblings, 15 replies; 30+ messages in thread
From: Johan Hovold @ 2022-07-05 11:40 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	devicetree, linux-kernel, Johan Hovold

Here's a bunch of fixes for PHY related DT issues found while amending
the current QMP PHY schema:

	https://lore.kernel.org/r/20220705094239.17174-1-johan+linaro@kernel.org

Included are also some cleanups of the MS8996 PCIe PHY node which make
the node match the new binding example.

Note that none of these depend on any additions to the binding (e.g. the
deprecation of the lane suffix) even if some of issues would not be
found when validating against the current schema.

Johan


Johan Hovold (14):
  arm64: dts: qcom: sc7280: drop PCIe PHY clock index
  arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells
  arm64: dts: qcom: ipq6018: drop USB PHY clock index
  arm64: dts: qcom: ipq8074: drop USB PHY clock index
  arm64: dts: qcom: msm8996: drop USB PHY clock index
  arm64: dts: qcom: msm8998: drop USB PHY clock index
  arm64: dts: qcom: sm8350: drop USB PHY clock index
  arm64: dts: qcom: sm8450: drop USB PHY clock index
  arm64: dts: qcom: sc8280xp: drop UFS PHY clock-cells
  arm64: dts: qcom: sm8250: drop UFS PHY clock-cells
  arm64: dts: qcom: sm8450: drop UFS PHY clock-cells
  arm64: dts: qcom: msm8996: add missing PCIe PHY clock-cells
  arm64: dts: qcom: msm8996: use non-empty ranges for PCIe PHYs
  arm64: dts: qcom: msm8996: clean up PCIe PHY node

 arch/arm64/boot/dts/qcom/ipq6018.dtsi  |  2 +-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi  |  4 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi  | 53 +++++++++++++++-----------
 arch/arm64/boot/dts/qcom/msm8998.dtsi  |  2 +-
 arch/arm64/boot/dts/qcom/sc7280.dtsi   |  4 +-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi |  2 -
 arch/arm64/boot/dts/qcom/sm8250.dtsi   |  6 +++
 arch/arm64/boot/dts/qcom/sm8350.dtsi   |  5 +--
 arch/arm64/boot/dts/qcom/sm8450.dtsi   |  3 +-
 9 files changed, 46 insertions(+), 35 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-07-07  6:46 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 11:40 [PATCH 00/14] arm64: dts: qcom: QMP PHY fixes Johan Hovold
2022-07-05 11:40 ` [PATCH 01/14] arm64: dts: qcom: sc7280: drop PCIe PHY clock index Johan Hovold
2022-07-05 11:57   ` Dmitry Baryshkov
2022-07-05 12:42   ` Dmitry Baryshkov
2022-07-05 12:51     ` Johan Hovold
2022-07-05 12:57       ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 02/14] arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells Johan Hovold
2022-07-05 11:58   ` Dmitry Baryshkov
2022-07-05 12:42   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 03/14] arm64: dts: qcom: ipq6018: drop USB PHY clock index Johan Hovold
2022-07-05 11:58   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 04/14] arm64: dts: qcom: ipq8074: " Johan Hovold
2022-07-05 11:58   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 05/14] arm64: dts: qcom: msm8996: " Johan Hovold
2022-07-05 11:40 ` [PATCH 06/14] arm64: dts: qcom: msm8998: " Johan Hovold
2022-07-05 13:03   ` Dmitry Baryshkov
2022-07-05 13:09   ` Dmitry Baryshkov
2022-07-07  6:46     ` Johan Hovold
2022-07-05 11:40 ` [PATCH 07/14] arm64: dts: qcom: sm8350: " Johan Hovold
2022-07-05 13:04   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 08/14] arm64: dts: qcom: sm8450: " Johan Hovold
2022-07-05 11:40 ` [PATCH 09/14] arm64: dts: qcom: sc8280xp: drop UFS PHY clock-cells Johan Hovold
2022-07-05 13:06   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 10/14] arm64: dts: qcom: sm8250: " Johan Hovold
2022-07-05 11:40 ` [PATCH 11/14] arm64: dts: qcom: sm8450: " Johan Hovold
2022-07-05 11:40 ` [PATCH 12/14] arm64: dts: qcom: msm8996: add missing PCIe " Johan Hovold
2022-07-05 11:40 ` [PATCH 13/14] arm64: dts: qcom: msm8996: use non-empty ranges for PCIe PHYs Johan Hovold
2022-07-05 13:07   ` Dmitry Baryshkov
2022-07-05 11:40 ` [PATCH 14/14] arm64: dts: qcom: msm8996: clean up PCIe PHY node Johan Hovold
2022-07-07  2:46 ` [PATCH 00/14] arm64: dts: qcom: QMP PHY fixes Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.