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

Commit cfc10e8f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents bf8b3e9f eb377a13
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;
	};
};