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

Commit 1865e3bf authored by Joonwoo Park's avatar Joonwoo Park
Browse files

ARM: dts: msm: add regulator for ethernet controller of msmzirc



Add voltage fixed regulator device node for the ethernet controller.

Change-Id: I51f23de1717c2dee096d8cc1efb2ebd01d907ff9
Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent 6a62a4b5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -197,4 +197,10 @@
		regulator-min-microvolt = <950000>;
		regulator-max-microvolt = <950000>;
	};

	spi_eth_vreg: spi_eth_phy_vreg {
		compatible = "regulator-fixed";
		regulator-name = "ethernet_phy";
		regulator-always-on;
	};
};