From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sam9x5: fix ADC compatible string
Date: Sun, 27 Jul 2014 00:06:56 +0400 [thread overview]
Message-ID: <53D40A60.2060100@cogentembedded.com> (raw)
In-Reply-To: <1406038067-14697-1-git-send-email-alexandre.belloni@free-electrons.com>
Hello.
On 07/22/2014 06:07 PM, Alexandre Belloni wrote:
> Use the correct compatible string for the ADC of the at91sam9x5 family of SoCs.
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 2c0d6ea3ab41..5d7cf394f537 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -964,7 +964,7 @@
> adc0: adc at f804c000 {
> #address-cells = <1>;
> #size-cells = <0>;
> - compatible = "atmel,at91sam9260-adc";
> + compatible = "atmel,at91sam9x5-adc";
Actually, wildcards are not allowed in the "compatible" prop.
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: at91/dt: sam9x5: fix ADC compatible string
Date: Sun, 27 Jul 2014 00:06:56 +0400 [thread overview]
Message-ID: <53D40A60.2060100@cogentembedded.com> (raw)
In-Reply-To: <1406038067-14697-1-git-send-email-alexandre.belloni@free-electrons.com>
Hello.
On 07/22/2014 06:07 PM, Alexandre Belloni wrote:
> Use the correct compatible string for the ADC of the at91sam9x5 family of SoCs.
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 2c0d6ea3ab41..5d7cf394f537 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -964,7 +964,7 @@
> adc0: adc@f804c000 {
> #address-cells = <1>;
> #size-cells = <0>;
> - compatible = "atmel,at91sam9260-adc";
> + compatible = "atmel,at91sam9x5-adc";
Actually, wildcards are not allowed in the "compatible" prop.
WBR, Sergei
next prev parent reply other threads:[~2014-07-26 20:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 14:07 [PATCH] ARM: at91/dt: sam9x5: fix ADC compatible string Alexandre Belloni
2014-07-22 14:07 ` Alexandre Belloni
2014-07-26 20:06 ` Sergei Shtylyov [this message]
2014-07-26 20:06 ` Sergei Shtylyov
2014-07-26 20:13 ` Alexandre Belloni
2014-07-26 20:13 ` Alexandre Belloni
2014-08-29 16:46 ` Nicolas Ferre
2014-08-29 16:46 ` Nicolas Ferre
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=53D40A60.2060100@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.