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

Commit aaf2c6d7 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: dts: msm: enable stub regulators for msmthorium



Enable stub regulators so that all clients can vote
on their respective supplies.

Change-Id: I78af64352cfde810d258243588880da963733f5a
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent cbd32df3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
	};

	pmthorium_s2_floor_level: regulator-s2-floor-level {
		compatible = "qcom,stub-regulator;
		compatible = "qcom,stub-regulator";
		regulator-name = "pmthorium_s2_floor_level";
		regulator-min-microvolt = <RPM_SMD_REGULATOR_LEVEL_RETENTION>;
		regulator-max-microvolt = <RPM_SMD_REGULATOR_LEVEL_TURBO>;
@@ -246,4 +246,9 @@
		regulator-min-microvolt = <1>;
		regulator-max-microvolt = <3>;
	};

	smbcharger_charger_otg: qcom,smbcharger-boost-otg {
		compatible = "qcom,stub-regulator";
		regulator-name = "smbcharger_charger_otg";
	};
};
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#include "skeleton64.dtsi"
#include <dt-bindings/clock/msm-clocks-8952.h>
#include <dt-bindings/regulator/qcom,rpm-smd-regulator.h>

/ {
	model = "Qualcomm Technologies, Inc. MSM Thorium";
@@ -173,3 +174,5 @@
	};

};

#include "msmthorium-regulator.dtsi"