From 7bbc05c5d6b0ee4d34dd0c593f7484b5f8ab7dc2 Mon Sep 17 00:00:00 2001 From: Udipto Goswami Date: Wed, 25 Dec 2024 13:00:22 +0530 Subject: [PATCH] ARM: dts: msm: Add High Speed USB support on Kera Currently, the node for eusb2_phy0 is defined but not used by controller which makes the associated resources to be consumed. Therefore if phy probes doesn't happen the controller goes into core soft reset failure. Fix this by utilizing the node in the controller. This will call the phy's probe and hence clocks & regulators will be initialized. Change-Id: Ica46af01154d5e583e011e4f2d84a80fb0589ac8 Signed-off-by: Udipto Goswami --- qcom/kera-usb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/kera-usb.dtsi b/qcom/kera-usb.dtsi index 60032b6f..8e6f20b2 100644 --- a/qcom/kera-usb.dtsi +++ b/qcom/kera-usb.dtsi @@ -73,7 +73,7 @@ dma-coherent; interrupts = ; - usb-phy = <&usb_nop_phy>, <&usb_qmp_dp_phy>; + usb-phy = <&eusb2_phy0>, <&usb_qmp_dp_phy>; snps,disable-clk-gating; snps,has-lpm-erratum; snps,hird-threshold = /bits/ 8 <0x0>;