Commit a30e5b31 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm6350-pdx213: Wire up USB regulators



Wire up the regulators based on the downstream release to appease the
devicetree checker.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-9-b763d958545f@oss.qualcomm.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b108ca47
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -381,9 +381,16 @@ &usb_1_dwc3 {
};

&usb_1_hsphy {
	vdd-supply = <&pm6350_l18>;
	vdda-phy-dpdm-supply = <&pm6350_l3>;
	vdda-pll-supply = <&pm6350_l2>;

	status = "okay";
};

&usb_1_qmpphy {
	vdda-phy-supply = <&pm6350_l16>;
	vdda-pll-supply = <&pm6350_l22>;

	status = "okay";
};