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

Commit 9afbb3ba authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross
Browse files

ARM: dts: qcom: Remove extra reg element from iadc device



This doesn't match the binding, and the driver doesn't look to
be using it. Remove the extra element.

CC: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 45b0ef05
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -120,8 +120,7 @@


		pm8941_iadc: iadc@3600 {
		pm8941_iadc: iadc@3600 {
			compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
			compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
			reg = <0x3600 0x100>,
			reg = <0x3600 0x100>;
				  <0x12f1 0x1>;
			interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
			interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
			qcom,external-resistor-micro-ohms = <10000>;
			qcom,external-resistor-micro-ohms = <10000>;
		};
		};