Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 895785f4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add MX property for PCIe on sdxlemur"

parents da8ec358 252a6899
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ Required properties:
Optional Properties:
  - qcom,<supply-name>-voltage-level: specifies voltage levels for supply.
    Should be specified in pairs (max, min, optimal), units uV.
  - qcom,vreg-mx-voltage-level: Support PCIe Gen4 on sdxlemur by scaling MX to
    appropriate voltage.
  - clock-names: list of names of clock inputs.
		     Should be "pcie_pipe_clk",
				"pcie_aux_clk", "pcie_cfg_ahb_clk",
+1 −1
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@
		vreg-0p9-supply = <&pmx65_l4>;
		vreg-mx-supply = <&VDD_MXA_LEVEL>;

		qcom,vreg-1p8-voltage-level = <1200000 1200000 3000>;
		qcom,vreg-1p8-voltage-level = <1200000 1200000 30000>;
		qcom,vreg-0p9-voltage-level = <912000 912000 132000>;
		qcom,vreg-mx-voltage-level = <RPMH_REGULATOR_LEVEL_MAX RPMH_REGULATOR_LEVEL_NOM 0>;