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

Commit a39a4067 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Add vreg.sp and gpio.sp resources for lahaina

Add vreg.sp and gpio.sp resources for lahaina as RPMh XOB
regulators to allow clients to vote for them.

Change-Id: I0ebeb29270e2c1de90d179c065a07007815f4e27
parent 30e45aae
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -969,6 +969,24 @@
			qcom,init-mode = <RPMH_REGULATOR_MODE_HPM>;
		};
	};

	rpmh-regulator-vregsp {
		compatible = "qcom,rpmh-xob-regulator";
		qcom,resource-name = "vreg.sp";
		spss_vreg: regulator-spss-vreg {
			regulator-name = "spss_vreg";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
		};
	};

	rpmh-regulator-gpiosp {
		compatible = "qcom,rpmh-xob-regulator";
		qcom,resource-name = "gpio.sp";
		spss_gpio_vreg: regulator-spss-gpio-vreg {
			regulator-name = "spss_gpio_vreg";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
		};
	};
};

&soc {