2022-07-08 07:58:39

by Johan Hovold

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sc8280xp: fix usb_0 HS PHY ref clock

Fix the usb_0 HS PHY reference clock which was mistakingly replaced with
the first usb_2 PHY clock.

Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform")
Signed-off-by: Johan Hovold <[email protected]>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index d0fabbf99ec5..9de6dedb102f 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -985,7 +985,7 @@ usb_0_hsphy: phy@88e5000 {
compatible = "qcom,sc8280xp-usb-hs-phy",
"qcom,usb-snps-hs-5nm-phy";
reg = <0 0x088e5000 0 0x400>;
- clocks = <&gcc GCC_USB2_HS0_CLKREF_CLK>;
+ clocks = <&rpmhcc RPMH_CXO_CLK>;
clock-names = "ref";
resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>;

--
2.35.1


2022-07-08 22:28:27

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sc8280xp: fix usb_0 HS PHY ref clock

On Fri, 8 Jul 2022 09:23:58 +0200, Johan Hovold wrote:
> Fix the usb_0 HS PHY reference clock which was mistakingly replaced with
> the first usb_2 PHY clock.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sc8280xp: fix usb_0 HS PHY ref clock
commit: 43883cee061f46f47ccfd251a28c879f84832a7c

Best regards,
--
Bjorn Andersson <[email protected]>