Skip to content

Commit 83a679d

Browse files
Sudarshan Shettyandersson
authored andcommitted
arm64: dts: qcom: talos/qcs615-ride: Fix inconsistent USB PHY node naming
The USB PHY nodes has inconsistent labels as 'usb_1_hsphy' and 'usb_hsphy_2' across talos.dtsi and qcs615-ride.dts. This patch renames them to follow a consistent naming scheme. No functional changes, only label renaming. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Sudarshan Shetty <tessolveupstream@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260331060107.501561-3-tessolveupstream@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 44a47bd commit 83a679d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615-ride.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
status = "okay";
643643
};
644644

645-
&usb_hsphy_2 {
645+
&usb_2_hsphy {
646646
vdd-supply = <&vreg_l5a>;
647647
vdda-pll-supply = <&vreg_l12a>;
648648
vdda-phy-dpdm-supply = <&vreg_l13a>;

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4583,7 +4583,7 @@
45834583
status = "disabled";
45844584
};
45854585

4586-
usb_hsphy_2: phy@88e3000 {
4586+
usb_2_hsphy: phy@88e3000 {
45874587
compatible = "qcom,qcs615-qusb2-phy";
45884588
reg = <0x0 0x088e3000 0x0 0x180>;
45894589

@@ -4744,7 +4744,7 @@
47444744

47454745
iommus = <&apps_smmu 0xe0 0x0>;
47464746

4747-
phys = <&usb_hsphy_2>;
4747+
phys = <&usb_2_hsphy>;
47484748
phy-names = "usb2-phy";
47494749

47504750
power-domains = <&gcc USB20_SEC_GDSC>;

0 commit comments

Comments
 (0)