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

Commit a37908ab authored by Rajeev Nandan's avatar Rajeev Nandan
Browse files

ARM: dts: msm: change min voltage of touch_avdd fixed regulator

The fixed regulator requires the min and max voltage
to be the same.

Change-Id: I2e3cb3894d485bfc34ce0b7a0c2f672a0f636e34
parent 4610a3cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@
	touch_avdd: touch_avdd {
		compatible = "regulator-fixed";
		regulator-name = "touch_avdd";
		regulator-min-microvolt = <2800000>;
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-enable-ramp-delay = <233>;
		gpio = <&tlmm 53 0>;
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@
	touch_avdd: touch_avdd {
		compatible = "regulator-fixed";
		regulator-name = "touch_avdd";
		regulator-min-microvolt = <2800000>;
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-enable-ramp-delay = <233>;
		gpio = <&tlmm 53 0>;