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

Commit eb377a13 authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

ARM: dts: msm: add a fixed regulator for SPI ethernet on msmkrypton



Add a fixed regulator device node to represent a fixed always-on
regulator on msmkrypton board that supplies the SPI ethernet chip.

Change-Id: I19733eca8ae57106103f07448a89cf245aaf09e9
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent c07b9ea7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -208,4 +208,10 @@
		startup-delay-us = <1000>;
		enable-active-high;
	};

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