mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
arm64: dts: qcom: sm8750: Fix swapped USB QMP PHY vdda-phy/vdda-pll supplies
The QMP PHY expects the vdda-phy supply to be around 0.88V and the vdda-pll supply to be 1.2V. But these two supplies are swapped for the USB QMP PHYs on these boards, feeding 1.2V to vdda-phy and 0.88V to vdda-pll. Fix it by swapping the two supplies back. Fixes:2340f29e2b("arm64: dts: qcom: sm8750: Add USB support for SM8750 MTP platform") Fixes:530f824a4e("arm64: dts: qcom: sm8750: Add USB support for SM8750 QRD platform") Reported-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Assisted-by: Claude:opus-4-8 Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260803-phy-supply-fix-v1-21-5880630cde3e@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
464fba94ac
commit
50c9658bc6
|
|
@ -1404,8 +1404,8 @@ &usb {
|
|||
};
|
||||
|
||||
&usb_dp_qmpphy {
|
||||
vdda-phy-supply = <&vreg_l3g_1p2>;
|
||||
vdda-pll-supply = <&vreg_l2d_0p88>;
|
||||
vdda-phy-supply = <&vreg_l2d_0p88>;
|
||||
vdda-pll-supply = <&vreg_l3g_1p2>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1132,8 +1132,8 @@ &usb {
|
|||
};
|
||||
|
||||
&usb_dp_qmpphy {
|
||||
vdda-phy-supply = <&vreg_l3g_1p2>;
|
||||
vdda-pll-supply = <&vreg_l2d_0p88>;
|
||||
vdda-phy-supply = <&vreg_l2d_0p88>;
|
||||
vdda-pll-supply = <&vreg_l3g_1p2>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user