Skip to content

Commit 16c9097

Browse files
Sudarshan Shettyjiegan0107
authored andcommitted
FROMLIST: arm64: dts: qcom: talos/qcs615-ride: Fix inconsistent USB PHY node naming
The USB PHY nodes has inconsistent labels as 'usb_1_hspy' 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. Link: https://lore.kernel.org/all/20260114100043.1310164-3-tessolveupstream@gmail.com/ Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Sudarshan Shetty <tessolveupstream@gmail.com> Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
1 parent 9922c3a commit 16c9097

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
@@ -639,7 +639,7 @@
639639
};
640640
};
641641

642-
&usb_1_hsphy {
642+
&usb_hsphy_1 {
643643
vdd-supply = <&vreg_l5a>;
644644
vdda-pll-supply = <&vreg_l12a>;
645645
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
@@ -4397,7 +4397,7 @@
43974397
#interconnect-cells = <1>;
43984398
};
43994399

4400-
usb_1_hsphy: phy@88e2000 {
4400+
usb_hsphy_1: phy@88e2000 {
44014401
compatible = "qcom,qcs615-qusb2-phy";
44024402
reg = <0x0 0x88e2000 0x0 0x180>;
44034403

@@ -4531,7 +4531,7 @@
45314531
iommus = <&apps_smmu 0x140 0x0>;
45324532
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
45334533

4534-
phys = <&usb_1_hsphy>, <&usb_qmpphy>;
4534+
phys = <&usb_hsphy_1>, <&usb_qmpphy>;
45354535
phy-names = "usb2-phy", "usb3-phy";
45364536

45374537
snps,dis-u1-entry-quirk;

0 commit comments

Comments
 (0)