linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ivan.ivanov@linaro.org (Ivan T. Ivanov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device
Date: Tue, 01 Sep 2015 11:28:30 +0300	[thread overview]
Message-ID: <1441096110.2497.3.camel@linaro.org> (raw)
In-Reply-To: <1440617704-30346-1-git-send-email-sboyd@codeaurora.org>


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 at 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 at 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>;
>                 };
> 

      reply	other threads:[~2015-09-01  8:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-26 19:35 [PATCH] ARM: dts: qcom: Remove extra reg element from iadc device Stephen Boyd
2015-09-01  8:28 ` Ivan T. Ivanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441096110.2497.3.camel@linaro.org \
    --to=ivan.ivanov@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).