]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: talos/qcs615-ride: Fix inconsistent USB PHY node naming
authorSudarshan Shetty <tessolveupstream@gmail.com>
Tue, 31 Mar 2026 06:01:06 +0000 (11:31 +0530)
committerBjorn Andersson <andersson@kernel.org>
Thu, 2 Apr 2026 21:02:11 +0000 (16:02 -0500)
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>
arch/arm64/boot/dts/qcom/qcs615-ride.dts
arch/arm64/boot/dts/qcom/talos.dtsi

index be22c4cf868bb94bfa2a8c6948f17fd3b493e135..7e05f873194a0b61e80281104104079b4e0f51a8 100644 (file)
        status = "okay";
 };
 
-&usb_hsphy_2 {
+&usb_2_hsphy {
        vdd-supply = <&vreg_l5a>;
        vdda-pll-supply = <&vreg_l12a>;
        vdda-phy-dpdm-supply = <&vreg_l13a>;
index 0c47ef99aadef07b2e0f45296a3edb727dfaa32f..89cf7646a59cf4c159abe7d23d6360302e250d25 100644 (file)
                        status = "disabled";
                };
 
-               usb_hsphy_2: phy@88e3000 {
+               usb_2_hsphy: phy@88e3000 {
                        compatible = "qcom,qcs615-qusb2-phy";
                        reg = <0x0 0x088e3000 0x0 0x180>;
 
 
                        iommus = <&apps_smmu 0xe0 0x0>;
 
-                       phys = <&usb_hsphy_2>;
+                       phys = <&usb_2_hsphy>;
                        phy-names = "usb2-phy";
 
                        power-domains = <&gcc USB20_SEC_GDSC>;