Skip to content

Commit e89fe05

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-vivobook-s15: fix PCIe4 PHY supply
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j) on the CRD reference design so assume the same applies to the Asus Vivobook S15. Fixes: d0e2f8f ("arm64: dts: qcom: Add device tree for ASUS Vivobook S 15") Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2ac90e4 commit e89fe05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@
278278
vdd-l3-supply = <&vreg_s1f_0p7>;
279279
vdd-s1-supply = <&vph_pwr>;
280280
vdd-s2-supply = <&vph_pwr>;
281+
282+
vreg_l3i_0p8: ldo3 {
283+
regulator-name = "vreg_l3i_0p8";
284+
regulator-min-microvolt = <880000>;
285+
regulator-max-microvolt = <920000>;
286+
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
287+
};
281288
};
282289

283290
regulators-7 {
@@ -427,7 +434,7 @@
427434
};
428435

429436
&pcie4_phy {
430-
vdda-phy-supply = <&vreg_l3j_0p8>;
437+
vdda-phy-supply = <&vreg_l3i_0p8>;
431438
vdda-pll-supply = <&vreg_l3e_1p2>;
432439

433440
status = "okay";

0 commit comments

Comments
 (0)