Skip to content

Commit f03dd49

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-qcp: fix PCIe4 PHY supply
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j) on the CRD so assume the same applies to the QCP. Fixes: f9a9c11 ("arm64: dts: qcom: x1e80100-qcp: Enable more support") Cc: [email protected] # 6.9 Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 42b33ad commit f03dd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
};
665665

666666
&pcie4_phy {
667-
vdda-phy-supply = <&vreg_l3j_0p8>;
667+
vdda-phy-supply = <&vreg_l3i_0p8>;
668668
vdda-pll-supply = <&vreg_l3e_1p2>;
669669

670670
status = "okay";

0 commit comments

Comments
 (0)