Commit 696dea7e authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sdm630: rename qusb2phy to qusb2phy0

In preparation to adding second USB host/PHY pair, change first USB
PHY's label to qusb2phy0.
Suggested-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220521202708.1509308-6-dmitry.baryshkov@linaro.org
parent 924bbd8d
...@@ -224,7 +224,7 @@ &pon_resin { ...@@ -224,7 +224,7 @@ &pon_resin {
linux,code = <KEY_VOLUMEUP>; linux,code = <KEY_VOLUMEUP>;
}; };
&qusb2phy { &qusb2phy0 {
status = "okay"; status = "okay";
vdd-supply = <&vreg_l1b_0p925>; vdd-supply = <&vreg_l1b_0p925>;
......
...@@ -1254,13 +1254,13 @@ usb3_dwc3: usb@a800000 { ...@@ -1254,13 +1254,13 @@ usb3_dwc3: usb@a800000 {
* haven't seen any devices making use of it. * haven't seen any devices making use of it.
*/ */
maximum-speed = "high-speed"; maximum-speed = "high-speed";
phys = <&qusb2phy>; phys = <&qusb2phy0>;
phy-names = "usb2-phy"; phy-names = "usb2-phy";
snps,hird-threshold = /bits/ 8 <0>; snps,hird-threshold = /bits/ 8 <0>;
}; };
}; };
qusb2phy: phy@c012000 { qusb2phy0: phy@c012000 {
compatible = "qcom,sdm660-qusb2-phy"; compatible = "qcom,sdm660-qusb2-phy";
reg = <0x0c012000 0x180>; reg = <0x0c012000 0x180>;
#phy-cells = <0>; #phy-cells = <0>;
......
...@@ -103,7 +103,7 @@ &pon_resin { ...@@ -103,7 +103,7 @@ &pon_resin {
linux,code = <KEY_VOLUMEDOWN>; linux,code = <KEY_VOLUMEDOWN>;
}; };
&qusb2phy { &qusb2phy0 {
status = "okay"; status = "okay";
vdd-supply = <&vreg_l1b_0p925>; vdd-supply = <&vreg_l1b_0p925>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment