Skip to content

Commit

Permalink
arm64: dts: qcom: x1e80100-yoga-slim7x: fix PCIe4 PHY supply
Browse files Browse the repository at this point in the history
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j) on the CRD reference
design so assume the same applies to the Lenovo Yoga Slim 7x.

Fixes: 45247fe ("arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240722095459.27437-10-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
jhovold authored and andersson committed Jul 30, 2024
1 parent e7f3f3c commit b90567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
};

&pcie4_phy {
vdda-phy-supply = <&vreg_l3j_0p8>;
vdda-phy-supply = <&vreg_l3i_0p8>;
vdda-pll-supply = <&vreg_l3e_1p2>;

status = "okay";
Expand Down

0 comments on commit b90567c

Please sign in to comment.