Skip to content

Commit

Permalink
ARM: dts: qcom: Remove extra reg element from iadc device
Browse files Browse the repository at this point in the history
This doesn't match the binding, and the driver doesn't look to
be using it. Remove the extra element.

CC: Ivan T. Ivanov <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Acked-by: Ivan T. Ivanov <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
bebarino authored and Andy Gross committed Oct 13, 2015
1 parent 45b0ef0 commit 9afbb3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/qcom-pm8941.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@

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>;
};
Expand Down

0 comments on commit 9afbb3b

Please sign in to comment.