On 9.01.2023 05:24, Dmitry Baryshkov wrote: > 14nm DSI PHY has the only supply, vcca. Drop the extra vdda-supply. > > Fixes: 5a134c940cd3 ("arm64: dts: qcom: msm8996: add support for oneplus3(t)") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi > index 20f5c103c63b..2994337c6046 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi > @@ -179,7 +179,6 @@ &dsi0_out { > }; > > &dsi0_phy { > - vdda-supply = <&vreg_l2a_1p25>; > vcca-supply = <&vreg_l28a_0p925>; > status = "okay"; > };