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

Commit 286b0d28 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 dummy regulator support for msm8992"

parents face0148 1935411d
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"