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

Commit fc21d6ba 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 regulator for ethernet controller of msmzirc"

parents 9b18a28e 1865e3bf
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;
	};
};