From: Johan Hovold <johan+linaro@xxxxxxxxxx> commit f03dd49f884f428ba71efe23383ff842f4f15e0e upstream. The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j) on the CRD so assume the same applies to the QCP. Fixes: f9a9c11471da ("arm64: dts: qcom: x1e80100-qcp: Enable more support") Cc: stable@xxxxxxxxxxxxxxx # 6.9 Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240722095459.27437-2-johan+linaro@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts @@ -459,7 +459,7 @@ }; &pcie4_phy { - vdda-phy-supply = <&vreg_l3j_0p8>; + vdda-phy-supply = <&vreg_l3i_0p8>; vdda-pll-supply = <&vreg_l3e_1p2>; status = "okay"; Patches currently in stable-queue which might be from johan+linaro@xxxxxxxxxx are queue-6.10/arm64-dts-qcom-x1e80100-crd-fix-pcie4-phy-supply.patch queue-6.10/soc-qcom-pmic_glink-actually-communicate-when-remote-goes-down.patch queue-6.10/arm64-dts-qcom-x1e80100-fix-pcie-domain-numbers.patch queue-6.10/usb-typec-ucsi-move-unregister-out-of-atomic-section.patch queue-6.10/arm64-dts-qcom-x1e80100-qcp-fix-pcie4-phy-supply.patch queue-6.10/arm64-dts-qcom-x1e80100-add-missing-pcie-minimum-opp.patch queue-6.10/soc-qcom-pmic_glink-fix-race-during-initialization.patch