Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1214152 > unrolled thread

[PATCH] ARM: dts: qcom: Remove extra reg element from iadc device

Started byStephen Boyd <sboyd@codeaurora.org>
First post2015-08-26 21:40 +0200
Last post2015-09-01 10:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device Stephen Boyd <sboyd@codeaurora.org> - 2015-08-26 21:40 +0200
    Re: [PATCH] ARM: dts: qcom: Remove extra reg element from iadc  device "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-01 10:30 +0200

#1214152 — [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device

FromStephen Boyd <sboyd@codeaurora.org>
Date2015-08-26 21:40 +0200
Subject[PATCH] ARM: dts: qcom: Remove extra reg element from iadc device
Message-ID<q1OIa-6NZ-21@gated-at.bofh.it>
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>
---
 arch/arm/boot/dts/qcom-pm8941.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi
index 968f1043d4f5..0fe1080aeb20 100644
--- a/arch/arm/boot/dts/qcom-pm8941.dtsi
+++ b/arch/arm/boot/dts/qcom-pm8941.dtsi
@@ -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>;
 		};
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1216668 — Re: [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device

From"Ivan T. Ivanov" <ivan.ivanov@linaro.org>
Date2015-09-01 10:30 +0200
SubjectRe: [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device
Message-ID<q3P74-160-11@gated-at.bofh.it>
In reply to#1214152
On Wed, 2015-08-26 at 12:35 -0700, Stephen Boyd wrote:
> This doesn't match the binding, and the driver doesn't look to
> be using it. Remove the extra element.
> 
> CC: Ivan T. Ivanov ivanov@linaro.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>


Acked-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>

Leftover from earlier driver version.

Thanks.

> ---
>  arch/arm/boot/dts/qcom-pm8941.dtsi | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi
> index 968f1043d4f5..0fe1080aeb20 100644
> --- a/arch/arm/boot/dts/qcom-pm8941.dtsi
> +++ b/arch/arm/boot/dts/qcom-pm8941.dtsi
> @@ -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>;
>                 };
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web