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

Commit 3e1047ff authored by Shyam Kumar Thella's avatar Shyam Kumar Thella
Browse files

ARM: dts: msm: Modify voltage ranges for PM8350B AMOLED regulator

Modify the lower and upper voltage limits of OLEDB, IBB & AB devices
in PM8350B AMOLED regulator based on hardware documentation.

Change-Id: Idd2b8d4524acb64c60d7d7780685571dd61853a8
parent cfde88c8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -177,8 +177,8 @@
				reg = <0xfa00>;
				reg-names = "oledb_base";
				regulator-name = "oledb";
				regulator-min-microvolt = <4925000>;
				regulator-max-microvolt = <8100000>;
				regulator-min-microvolt = <5000000>;
				regulator-max-microvolt = <8000000>;
				qcom,swire-control;
			};

@@ -187,7 +187,7 @@
				reg-names = "ab_base";
				regulator-name = "ab";
				regulator-min-microvolt = <4600000>;
				regulator-max-microvolt = <6100000>;
				regulator-max-microvolt = <5200000>;
				qcom,swire-control;
			};

@@ -195,8 +195,8 @@
				reg = <0xf800>;
				reg-names = "ibb_base";
				regulator-name = "ibb";
				regulator-min-microvolt = <800000>;
				regulator-max-microvolt = <5400000>;
				regulator-min-microvolt = <1400000>;
				regulator-max-microvolt = <6600000>;
				qcom,swire-control;
			};
		};