arm64: dts: qcom: sm6375-pdx225: Add USBPHY regulators
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 27 Sep 2023 09:21:43 +0000 (11:21 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 16 Oct 2023 03:43:39 +0000 (20:43 -0700)
To make dtbs_check happy and the software more aware of what's going
on, describe the HSUSB PHY's regulators and tighten up VDDA_PLL to match.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20230927-topic-6375_stuff-v1-4-12243e36b45c@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts

index bbec7aee60bea2d16715618bde6a3735f909c82d..0ce4fa8de8b08cd2930f8c5dfb6e73990cc3949b 100644 (file)
                };
 
                pm6125_l7: l7 {
-                       regulator-min-microvolt = <720000>;
-                       regulator-max-microvolt = <1050000>;
+                       regulator-min-microvolt = <880000>;
+                       regulator-max-microvolt = <880000>;
                };
 
                pm6125_l8: l8 {
 };
 
 &usb_1_hsphy {
+       vdda-pll-supply = <&pm6125_l7>;
+       vdda18-supply = <&pm6125_l10>;
+       vdda33-supply = <&pmr735a_l7>;
        status = "okay";
 };