Re: [PATCH v2 11/14] arm64: dts: qcom: ipq5018: Add Super-Speed UNIPHY to USB node
Sergey Shtylyov <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.infradead.lists.linux-phy,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 12:34 PM, George Moussalem via B4 Relay wrote: > From: George Moussalem <[email protected]> > > Add the USB3 UNIPHY node to the USB controller node. The same comment here... > In addition, switch to the pipe clock supplied by the USB3 UNIPHY > instead of the UTMI clock. > > Signed-off-by: George Moussalem <[email protected]> > --- > arch/arm64/boot/dts/qcom/ipq5018.dtsi | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/ipq5018.dtsi b/arch/arm64/boot/dts/qcom/ipq5018.dtsi > index c98889a7c26c..01b8181ffa40 100644 > --- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi > +++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi > @@ -631,10 +631,8 @@ usb: usb@8a00000 { > > resets = <&gcc GCC_USB0_BCR>; > > - phys = <&usbphy0>; > - phy-names = "usb2-phy"; > - > - qcom,select-utmi-as-pipe-clk; > + phys = <&usbphy0>, <&usbphy1>; > + phy-names = "usb2-phy", "usb3-phy"; > > tx-fifo-resize; > snps,is-utmi-l1-suspend; > MBR, Sergey