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

Commit 1935411d authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Add dummy regulator support for msm8992



Add a dummy regulator device on msm8992, since some devices
may require dummy regulators for rails that are always
powered on.

Change-Id: If79cdaacae78c16a1ffdf270d98b03841ff4c4c3
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 1df22a70
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -257,6 +257,13 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	dummy_vreg: dummy_vreg {
		compatible = "regulator-fixed";
		status = "ok";
		regulator-name = "dummy_vreg";
		regulator-always-on;
	};
};

#include "msm8992-ion.dtsi"