Commit 83a679d6 authored by Sudarshan Shetty's avatar Sudarshan Shetty Committed by Bjorn Andersson
Browse files

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: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: default avatarSudarshan Shetty <tessolveupstream@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260331060107.501561-3-tessolveupstream@gmail.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 44a47bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ &usb_1 {
	status = "okay";
};

&usb_hsphy_2 {
&usb_2_hsphy {
	vdd-supply = <&vreg_l5a>;
	vdda-pll-supply = <&vreg_l12a>;
	vdda-phy-dpdm-supply = <&vreg_l13a>;
+2 −2
Original line number Diff line number Diff line
@@ -4583,7 +4583,7 @@ usb_1_hsphy: phy@88e2000 {
			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 @@ usb_2: usb@a800000 {

			iommus = <&apps_smmu 0xe0 0x0>;

			phys = <&usb_hsphy_2>;
			phys = <&usb_2_hsphy>;
			phy-names = "usb2-phy";

			power-domains = <&gcc USB20_SEC_GDSC>;