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

Commit 4a05ff7b authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Update ADC support for PM6125

Correct interrupt name for PM6125 ADC_TM to match the name
expected in the driver. Remove VCOIN channel from VADC as it
is not used.

Change-Id: I1b96fae160b82bf3378b0c72960ecb6fb76c4043
parent c3f40131
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -76,12 +76,6 @@
				qcom,pre-scaling = <1 3>;
			};

			vcoin {
				reg = <ADC5_VCOIN>;
				label = "vcoin";
				qcom,pre-scaling = <1 3>;
			};

			xo_therm {
				reg = <ADC5_XO_THERM_100K_PU>;
				label = "xo_therm";
@@ -95,7 +89,7 @@
			compatible = "qcom,adc-tm5";
			reg = <0x3500>;
			interrupts = <0x0 0x35 0x0 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "thr-int-en";
			interrupt-names = "threshold";
			#address-cells = <1>;
			#size-cells = <0>;
			#thermal-sensor-cells = <1>;