All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock
@ 2022-10-26 15:25 Johan Hovold
  2022-10-26 15:25 ` [PATCH 1/2] arm64: dts: qcom: sm8250: " Johan Hovold
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johan Hovold @ 2022-10-26 15:25 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

The QMP pipe clock is used by the USB part of the PHY so drop the
corresponding properties from DP child nodes.

Johan


Johan Hovold (2):
  arm64: dts: qcom: sm8250: drop bogus DP PHY clock
  arm64: dts: qcom: sm6350: drop bogus DP PHY clock

 arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 ---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 3 ---
 2 files changed, 6 deletions(-)

-- 
2.37.3


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

* [PATCH 1/2] arm64: dts: qcom: sm8250: drop bogus DP PHY clock
  2022-10-26 15:25 [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock Johan Hovold
@ 2022-10-26 15:25 ` Johan Hovold
  2022-10-26 15:25 ` [PATCH 2/2] arm64: dts: qcom: sm6350: " Johan Hovold
  2022-11-07  3:12 ` [PATCH 0/2] arm64: dts: qcom: " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2022-10-26 15:25 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

The QMP pipe clock is used by the USB part of the PHY so drop the
corresponding properties from the DP child node.

Fixes: 5aa0d1becd5b ("arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 0fd768a4f308..6ea60a6aa120 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2897,9 +2897,6 @@ dp_phy: dp-phy@88ea200 {
 				      <0 0x088eaa00 0 0x100>;
 				#phy-cells = <0>;
 				#clock-cells = <1>;
-				clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
-				clock-names = "pipe0";
-				clock-output-names = "usb3_phy_pipe_clk_src";
 			};
 		};
 
-- 
2.37.3


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

* [PATCH 2/2] arm64: dts: qcom: sm6350: drop bogus DP PHY clock
  2022-10-26 15:25 [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock Johan Hovold
  2022-10-26 15:25 ` [PATCH 1/2] arm64: dts: qcom: sm8250: " Johan Hovold
@ 2022-10-26 15:25 ` Johan Hovold
  2022-11-07  3:12 ` [PATCH 0/2] arm64: dts: qcom: " Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2022-10-26 15:25 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

The QMP pipe clock is used by the USB part of the PHY so drop the
corresponding properties from the DP child node.

Fixes: 23737b9557fe ("arm64: dts: qcom: sm6350: Add USB1 nodes")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi
index c39de7d3ace0..3a315280c34a 100644
--- a/arch/arm64/boot/dts/qcom/sm6350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi
@@ -1154,9 +1154,6 @@ dp_phy: dp-phy@88ea200 {
 				      <0 0x088eaa00 0 0x100>;
 				#phy-cells = <0>;
 				#clock-cells = <1>;
-				clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
-				clock-names = "pipe0";
-				clock-output-names = "usb3_phy_pipe_clk_src";
 			};
 		};
 
-- 
2.37.3


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

* Re: [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock
  2022-10-26 15:25 [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock Johan Hovold
  2022-10-26 15:25 ` [PATCH 1/2] arm64: dts: qcom: sm8250: " Johan Hovold
  2022-10-26 15:25 ` [PATCH 2/2] arm64: dts: qcom: sm6350: " Johan Hovold
@ 2022-11-07  3:12 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-11-07  3:12 UTC (permalink / raw)
  To: johan+linaro
  Cc: krzysztof.kozlowski+dt, devicetree, Rob Herring, linux-arm-msm,
	konrad.dybcio, linux-kernel, Andy Gross

On Wed, 26 Oct 2022 17:25:09 +0200, Johan Hovold wrote:
> The QMP pipe clock is used by the USB part of the PHY so drop the
> corresponding properties from DP child nodes.
> 
> Johan
> 
> 
> Johan Hovold (2):
>   arm64: dts: qcom: sm8250: drop bogus DP PHY clock
>   arm64: dts: qcom: sm6350: drop bogus DP PHY clock
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sm8250: drop bogus DP PHY clock
      commit: bb9f23e46ddcebe1bc68a43a0f7acfc1865a6472
[2/2] arm64: dts: qcom: sm6350: drop bogus DP PHY clock
      commit: 95fade4016cbd57ee050ab226c8f0483af1753c4

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

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

end of thread, other threads:[~2022-11-07  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 15:25 [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock Johan Hovold
2022-10-26 15:25 ` [PATCH 1/2] arm64: dts: qcom: sm8250: " Johan Hovold
2022-10-26 15:25 ` [PATCH 2/2] arm64: dts: qcom: sm6350: " Johan Hovold
2022-11-07  3:12 ` [PATCH 0/2] arm64: dts: qcom: " 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.