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

Commit 9870f909 authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add vref_rgmii regulator device for pmxpoorwills



Add a regulator device for vref_rgmii peripheral so that
clients such as emac can vote for it.

Change-Id: I4e7c140d8882bcecbc0f6ed1d241159432dea07b
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 309f15d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -111,4 +111,10 @@
		regulator-min-microvolt = <3088000>;
		regulator-max-microvolt = <3088000>;
	};

	/* VREF_RGMII */
	vreg_rgmii: rgmii-regulator {
		compatible = "regulator-fixed";
		regulator-name = "vreg_rgmii";
	};
};