arm64: dts: qcom: x1e80100-yoga-slim7x: fix PCIe4 PHY supply
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 22 Jul 2024 09:54:56 +0000 (11:54 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 Jul 2024 13:49:36 +0000 (08:49 -0500)
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: 45247fe17db2 ("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>
arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

index f569f0f..6902548 100644 (file)
 };
 
 &pcie4_phy {
-       vdda-phy-supply = <&vreg_l3j_0p8>;
+       vdda-phy-supply = <&vreg_l3i_0p8>;
        vdda-pll-supply = <&vreg_l3e_1p2>;
 
        status = "okay";