diff options
| author | Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> | 2025-03-27 02:47:10 +0100 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-05-19 15:33:49 -0500 |
| commit | b108ca47ea14068ca38cf9129d3592dc4ee79e5d (patch) | |
| tree | df15f8232cb2ac130977ea296134b6fb6a143483 | |
| parent | 3e060720fa26cb5262f16ed60022c0f816be56fd (diff) | |
| download | linux-b108ca47ea14068ca38cf9129d3592dc4ee79e5d.tar.gz linux-b108ca47ea14068ca38cf9129d3592dc4ee79e5d.zip | |
arm64: dts: qcom: msm8998-yoshino: Add QUSB2PHY VDD supply
Set the supply as required by bindings, to silence the warning:
'vdd-supply' is a required property
The value is inferred from MTP schematics, but it shouldn't change
between boards due to specific electrical characteristics.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-8-b763d958545f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi index d8cc0d729e99..3650f2501886 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi @@ -450,6 +450,7 @@ &qusb2phy { status = "okay"; + vdd-supply = <&vreg_l1a_0p875>; vdda-pll-supply = <&vreg_l12a_1p8>; vdda-phy-dpdm-supply = <&vreg_l24a_3p075>; }; |
