2022-10-26 15:35:39

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock

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



2022-10-26 15:37:02

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: qcom: sm6350: drop bogus DP PHY clock

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 <[email protected]>
---
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


2022-10-26 16:32:33

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: qcom: sm8250: drop bogus DP PHY clock

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 <[email protected]>
---
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


2022-11-07 03:33:44

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: dts: qcom: drop bogus DP PHY clock

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 <[email protected]>