devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings
@ 2024-05-01 16:19 Dmitry Baryshkov
  2024-05-01 16:19 ` [PATCH 01/13] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: fix x1e80100-gen3x2 schema Dmitry Baryshkov
                   ` (14 more replies)
  0 siblings, 15 replies; 31+ messages in thread
From: Dmitry Baryshkov @ 2024-05-01 16:19 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Abel Vesa, Wesley Cheng,
	cros-qcom-dts-watchers, Bjorn Andersson, Konrad Dybcio,
	David Wronek, Andy Gross, Evan Green, Douglas Anderson,
	Iskren Chernev, Luca Weiss, Bryan O'Donoghue, Yassine Oudjana
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-phy, devicetree,
	linux-kernel, Krzysztof Kozlowski, Konrad Dybcio,
	Dmitry Baryshkov

This series goes over Qualcomm PHY bindings and device DTs and fixes
obvious errors and warnings reported by dt-validate.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (13):
      dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: fix x1e80100-gen3x2 schema
      dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains
      dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
      arm64: dts: qcom: sc7180: drop extra UFS PHY compat
      arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
      arm64: dts: qcom: sdm845: add power-domain to UFS PHY
      arm64: dts: qcom: sm6115: add power-domain to UFS PHY
      arm64: dts: qcom: sm6350: add power-domain to UFS PHY
      arm64: dts: qcom: sm8250: add power-domain to UFS PHY
      arm64: dts: qcom: sm8350: add power-domain to UFS PHY
      arm64: dts: qcom: sm8450: add power-domain to UFS PHY
      arm64: dts: sda660-ifc6560: document missing USB PHY supplies
      arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY

 .../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml         |  1 -
 .../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml          | 16 +++++++++++++++-
 .../devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml  |  4 +---
 arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi      |  1 -
 arch/arm64/boot/dts/qcom/sc7180.dtsi                     |  3 +--
 arch/arm64/boot/dts/qcom/sc8180x.dtsi                    |  2 ++
 arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts      | 15 +++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845.dtsi                     |  2 ++
 arch/arm64/boot/dts/qcom/sm6115.dtsi                     |  2 ++
 arch/arm64/boot/dts/qcom/sm6350.dtsi                     |  2 ++
 arch/arm64/boot/dts/qcom/sm8250.dtsi                     |  2 ++
 arch/arm64/boot/dts/qcom/sm8350.dtsi                     |  2 ++
 arch/arm64/boot/dts/qcom/sm8450.dtsi                     |  2 ++
 13 files changed, 46 insertions(+), 8 deletions(-)
---
base-commit: f0282d40f30868d986d9c94201949e5d1d44acc9
change-id: 20240429-qcom-phy-fixes-84170a781e13

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


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

end of thread, other threads:[~2024-05-27  3:00 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 16:19 [PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings Dmitry Baryshkov
2024-05-01 16:19 ` [PATCH 01/13] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: fix x1e80100-gen3x2 schema Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-01 16:19 ` [PATCH 02/13] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-01 16:19 ` [PATCH 03/13] dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x Dmitry Baryshkov
2024-05-03  7:04   ` Krzysztof Kozlowski
2024-05-09 14:16   ` Rob Herring
2024-05-09 14:44     ` Dmitry Baryshkov
2024-05-01 16:19 ` [PATCH 04/13] arm64: dts: qcom: sc7180: drop extra UFS PHY compat Dmitry Baryshkov
2024-05-01 19:23   ` Doug Anderson
2024-05-01 16:19 ` [PATCH 05/13] arm64: dts: qcom: sc8180x: add power-domain to UFS PHY Dmitry Baryshkov
2024-05-01 23:04   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 06/13] arm64: dts: qcom: sdm845: " Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 07/13] arm64: dts: qcom: sm6115: " Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 08/13] arm64: dts: qcom: sm6350: " Dmitry Baryshkov
2024-05-01 23:05   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 09/13] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 10/13] arm64: dts: qcom: sm8350: " Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 11/13] arm64: dts: qcom: sm8450: " Dmitry Baryshkov
2024-05-01 23:06   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 12/13] arm64: dts: sda660-ifc6560: document missing USB PHY supplies Dmitry Baryshkov
2024-05-01 23:09   ` Konrad Dybcio
2024-05-01 16:19 ` [PATCH 13/13] arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY Dmitry Baryshkov
2024-05-01 23:12   ` Konrad Dybcio
2024-05-04 12:20 ` (subset) [PATCH 00/13] arm64: dts: qcom: fix PHY-related warnings Vinod Koul
2024-05-27  3:00 ` 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).