[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51714C74.2030907@cogentembedded.com>
Date: Fri, 19 Apr 2013 17:53:56 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Nicolas Ferre <nicolas.ferre@...el.com>
CC: linux-arm-kernel@...ts.infradead.org,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
Ludovic Desroches <ludovic.desroches@...el.com>,
linux-kernel@...r.kernel.org, tanzilli@...esystems.it,
dgilbert@...erlog.com, robertcnelson@...il.com
Subject: Re: [PATCH 1/5] ARM: at91: at91sam9x5 RTC is not compatible with
at91rm9200 one
Hello.
On 18-04-2013 17:01, Nicolas Ferre wrote:
> Due to a bug with RTC IMR, we cannot consider at91sam9x5 RTC compatible
> with the previous one. Modify DT compatibility string, even if the driver
> is not yet modified to take it into account.
> Signed-off-by: Nicolas Ferre <nicolas.ferre@...el.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 a3d4464..58747f3 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -564,7 +564,7 @@
> };
>
> rtc@...ffeb0 {
> - compatible = "atmel,at91rm9200-rtc";
> + compatible = "atmel,at91sam9x5-rtc";
Do not use wildcards in the "compatible" prop values (I guess 'x' is a
wildcard).
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists