]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: qcom: Remove extra reg element from iadc device
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 26 Aug 2015 19:35:04 +0000 (12:35 -0700)
committerAndy Gross <agross@codeaurora.org>
Tue, 13 Oct 2015 21:39:55 +0000 (16:39 -0500)
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: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
arch/arm/boot/dts/qcom-pm8941.dtsi

index 968f1043d4f599ce9438f61f094834c484e9e22d..0fe1080aeb20c00903d38f2d42496408f635c6b6 100644 (file)
@@ -120,8 +120,7 @@ ref_vdd {
 
                pm8941_iadc: iadc@3600 {
                        compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
-                       reg = <0x3600 0x100>,
-                                 <0x12f1 0x1>;
+                       reg = <0x3600 0x100>;
                        interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
                        qcom,external-resistor-micro-ohms = <10000>;
                };