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

Commit c6715edb authored by Nicholas Troast's avatar Nicholas Troast
Browse files

ARM: dts: msm: update and add new RPM regulators for msmcobalt



LDOs 5 and 7 are missing from msm-pmcobalt-rpm-regulator.dtsi. Add them.

Update the min and max voltages for LDOs 18 and 22 to reflect the
changes in the most recent documentation.

CRs-Fixed: 973067
Change-Id: I57d11af8e63a2a40dcbfa6aae34ee04b286780bc
Signed-off-by: default avatarNicholas Troast <ntroast@codeaurora.org>
parent 9b27daa5
Loading
Loading
Loading
Loading
+33 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -205,6 +205,22 @@
		};
	};

	rpm-regulator-ldoa5 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "ldoa";
		qcom,resource-id = <5>;
		qcom,regulator-type = <0>;
		qcom,hpm-min-load = <10000>;
		status = "disabled";

		regulator-l5 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pmcobalt_l5";
			qcom,set = <3>;
			status = "disabled";
		};
	};

	rpm-regulator-ldoa6 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "ldoa";
@@ -221,6 +237,22 @@
		};
	};

	rpm-regulator-ldoa7 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "ldoa";
		qcom,resource-id = <7>;
		qcom,regulator-type = <0>;
		qcom,hpm-min-load = <10000>;
		status = "disabled";

		regulator-l7 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pmcobalt_l7";
			qcom,set = <3>;
			status = "disabled";
		};
	};

	rpm-regulator-ldoa8 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "ldoa";
+5 −5
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -315,8 +315,8 @@
	rpm-regulator-ldoa18 {
		status = "okay";
		pmcobalt_l18: regulator-l18 {
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			regulator-min-microvolt = <2704000>;
			regulator-max-microvolt = <2704000>;
			status = "okay";
		};
	};
@@ -351,8 +351,8 @@
	rpm-regulator-ldoa22 {
		status = "okay";
		pmcobalt_l22: regulator-l22 {
			regulator-min-microvolt = <3312000>;
			regulator-max-microvolt = <3312000>;
			regulator-min-microvolt = <2864000>;
			regulator-max-microvolt = <2864000>;
			status = "okay";
		};
	};