Skip to content

Commit 30f593f

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-crd: fix PCIe4 PHY supply
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j). Fixes: d7e03cc ("arm64: dts: qcom: x1e80100-crd: Enable more support") Cc: stable@vger.kernel.org # 6.9 Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20240722094249.26471-2-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 60a76f7 commit 30f593f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
};
761761

762762
&pcie4_phy {
763-
vdda-phy-supply = <&vreg_l3j_0p8>;
763+
vdda-phy-supply = <&vreg_l3i_0p8>;
764764
vdda-pll-supply = <&vreg_l3e_1p2>;
765765

766766
status = "okay";

0 commit comments

Comments
 (0)