summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudarshan Shetty <tessolveupstream@gmail.com>2026-03-31 11:31:06 +0530
committerBjorn Andersson <andersson@kernel.org>2026-04-02 16:02:11 -0500
commit83a679d61e8d18787ddc6c2f406546bb80dd2a8d (patch)
tree0a1916c3cd3312beeb6b3edad6c1c282f77bb92a
parent44a47bd49a574bd6365f64d5d6f724c2e8d466df (diff)
downloadlinux-83a679d61e8d18787ddc6c2f406546bb80dd2a8d.tar.gz
linux-83a679d61e8d18787ddc6c2f406546bb80dd2a8d.zip
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>
-rw-r--r--arch/arm64/boot/dts/qcom/qcs615-ride.dts2
-rw-r--r--arch/arm64/boot/dts/qcom/talos.dtsi4
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
index be22c4cf868b..7e05f873194a 100644
--- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
+++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
@@ -642,7 +642,7 @@
status = "okay";
};
-&usb_hsphy_2 {
+&usb_2_hsphy {
vdd-supply = <&vreg_l5a>;
vdda-pll-supply = <&vreg_l12a>;
vdda-phy-dpdm-supply = <&vreg_l13a>;
diff --git a/arch/arm64/boot/dts/qcom/talos.dtsi b/arch/arm64/boot/dts/qcom/talos.dtsi
index 0c47ef99aade..89cf7646a59c 100644
--- a/arch/arm64/boot/dts/qcom/talos.dtsi
+++ b/arch/arm64/boot/dts/qcom/talos.dtsi
@@ -4583,7 +4583,7 @@
status = "disabled";
};
- usb_hsphy_2: phy@88e3000 {
+ usb_2_hsphy: phy@88e3000 {
compatible = "qcom,qcs615-qusb2-phy";
reg = <0x0 0x088e3000 0x0 0x180>;
@@ -4744,7 +4744,7 @@
iommus = <&apps_smmu 0xe0 0x0>;
- phys = <&usb_hsphy_2>;
+ phys = <&usb_2_hsphy>;
phy-names = "usb2-phy";
power-domains = <&gcc USB20_SEC_GDSC>;