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

Commit 371e1c1b 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 Maxim regulator node for msm8996"

parents 608d5ae7 d60a836a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/regulator/max20010.h>

&rpm_bus {
	/* PM8994 S1 + S6 = 2 phase VDD_CX supply */
@@ -1967,4 +1968,16 @@
		onnn,restore-reg;
		status = "disabled";
	  };

	max20010_vreg: max20010-regulator@38 {
		compatible = "maxim,max20010";
		reg = <0x38>;
		vin-supply = <&hl7509_en_vreg>;
		regulator-min-microvolt = <600000>;
		regulator-max-microvolt = <1270000>;
		regulator-initial-mode = <MAX20010_OPMODE_SYNC>;
		maxim,vrange-sel = <0>;
		maxim,soft-start-slew-rate = <5500>;
		maxim,dvs-slew-rate = <5500>;
	};
};