]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm6350-pdx213: Wire up USB regulators
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 27 Mar 2025 01:47:11 +0000 (02:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 19 May 2025 20:33:49 +0000 (15:33 -0500)
Wire up the regulators based on the downstream release to appease the
devicetree checker.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry 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: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts

index bf23033a294e3f6e5f248d1d8114e52a70d17094..8848043f95f29966127f4ed3d47e8216f4fa3183 100644 (file)
 };
 
 &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";
 };