On 2022-05-21 18:20:43, Dmitry Baryshkov wrote: > In preparation to adding second USB host/PHY pair, change first USB > PHY's label to qusb2phy0. > > Suggested-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx> > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> https://lore.kernel.org/linux-arm-msm/20220515144734.4jzx4dyhj7hgvcfe@xxxxxxxxxxxxxx/ > --- > arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 2 +- > arch/arm64/boot/dts/qcom/sdm630.dtsi | 4 ++-- > arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi > index 42af1fade461..00baacf28c63 100644 > --- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi > @@ -224,7 +224,7 @@ &pon_resin { > linux,code = <KEY_VOLUMEUP>; > }; > > -&qusb2phy { > +&qusb2phy0 { > status = "okay"; > > vdd-supply = <&vreg_l1b_0p925>; > diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi > index 5be0ec06ed86..eb8504e5735c 100644 > --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi > @@ -1250,13 +1250,13 @@ usb3_dwc3: usb@a800000 { > * haven't seen any devices making use of it. > */ > maximum-speed = "high-speed"; > - phys = <&qusb2phy>; > + phys = <&qusb2phy0>; > phy-names = "usb2-phy"; > snps,hird-threshold = /bits/ 8 <0>; > }; > }; > > - qusb2phy: phy@c012000 { > + qusb2phy0: phy@c012000 { > compatible = "qcom,sdm660-qusb2-phy"; > reg = <0x0c012000 0x180>; > #phy-cells = <0>; > diff --git a/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts b/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > index dcbaacf18f66..9280c1f0c334 100644 > --- a/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > +++ b/arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts > @@ -103,7 +103,7 @@ &pon_resin { > linux,code = <KEY_VOLUMEDOWN>; > }; > > -&qusb2phy { > +&qusb2phy0 { > status = "okay"; > > vdd-supply = <&vreg_l1b_0p925>; > -- > 2.35.1 >