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

Commit 5037b92f 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 SD card slot external regulator for msmkrypton"

parents 6a1b13f5 c364bb19
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -199,3 +199,13 @@
		};
	};
};

&soc {
	sd_slot_vreg: regulator-isl80101 {
		compatible = "regulator-fixed";
		regulator-name = "sd_2.95";
		gpio = <&msmgpio 51 0>;
		startup-delay-us = <1000>;
		enable-active-high;
	};
};