From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 8 Oct 2013 18:29:44 +0200 Subject: [PATCH v3 19/19] ARM: at91: add new compatible strings for pmc driver In-Reply-To: <1375949965-10586-1-git-send-email-b.brezillon@overkiz.com> References: <1375937608-3773-1-git-send-email-b.brezillon@overkiz.com> <1375949965-10586-1-git-send-email-b.brezillon@overkiz.com> Message-ID: <525432F8.9060600@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/08/2013 10:19, Boris BREZILLON : > This patch adds new compatible string for PMC node to prepare the > transition to common clk. > > These compatible string come from pmc driver in clk subsystem and are > needed to provide new device tree compatibility with old at91 clks > (device tree using common clks will use the new compatible strings). > > Signed-off-by: Boris BREZILLON > --- > arch/arm/mach-at91/clock.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c > index 5f02aea..4d4463a 100644 > --- a/arch/arm/mach-at91/clock.c > +++ b/arch/arm/mach-at91/clock.c > @@ -884,6 +884,12 @@ static int __init at91_pmc_init(unsigned long main_clock) > #if defined(CONFIG_OF) > static struct of_device_id pmc_ids[] = { > { .compatible = "atmel,at91rm9200-pmc" }, > + { .compatible = "atmel,at91sam9260-pmc" }, > + { .compatible = "atmel,at91sam9g45-pmc" }, > + { .compatible = "atmel,at91sam9n12-pmc" }, > + { .compatible = "atmel,at91sam9x5-pmc" }, > + { .compatible = "atmel,at91sam9g35-pmc" }, With removal of this compatibility string: Acked-by: Nicolas Ferre > + { .compatible = "atmel,sama5d3-pmc" }, > { /*sentinel*/ } > }; > > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH v3 19/19] ARM: at91: add new compatible strings for pmc driver Date: Tue, 8 Oct 2013 18:29:44 +0200 Message-ID: <525432F8.9060600@atmel.com> References: <1375937608-3773-1-git-send-email-b.brezillon@overkiz.com> <1375949965-10586-1-git-send-email-b.brezillon@overkiz.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375949965-10586-1-git-send-email-b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Boris BREZILLON , Grant Likely , Rob Herring , Rob Landley , Andrew Victor , Jean-Christophe Plagniol-Villard , Russell King , Mike Turquette , Felipe Balbi , Greg Kroah-Hartman , Ludovic Desroches , Josh Wu , Richard Genoud Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 08/08/2013 10:19, Boris BREZILLON : > This patch adds new compatible string for PMC node to prepare the > transition to common clk. > > These compatible string come from pmc driver in clk subsystem and are > needed to provide new device tree compatibility with old at91 clks > (device tree using common clks will use the new compatible strings). > > Signed-off-by: Boris BREZILLON > --- > arch/arm/mach-at91/clock.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c > index 5f02aea..4d4463a 100644 > --- a/arch/arm/mach-at91/clock.c > +++ b/arch/arm/mach-at91/clock.c > @@ -884,6 +884,12 @@ static int __init at91_pmc_init(unsigned long main_clock) > #if defined(CONFIG_OF) > static struct of_device_id pmc_ids[] = { > { .compatible = "atmel,at91rm9200-pmc" }, > + { .compatible = "atmel,at91sam9260-pmc" }, > + { .compatible = "atmel,at91sam9g45-pmc" }, > + { .compatible = "atmel,at91sam9n12-pmc" }, > + { .compatible = "atmel,at91sam9x5-pmc" }, > + { .compatible = "atmel,at91sam9g35-pmc" }, With removal of this compatibility string: Acked-by: Nicolas Ferre > + { .compatible = "atmel,sama5d3-pmc" }, > { /*sentinel*/ } > }; > > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756588Ab3JHQ3w (ORCPT ); Tue, 8 Oct 2013 12:29:52 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:64124 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753820Ab3JHQ3t (ORCPT ); Tue, 8 Oct 2013 12:29:49 -0400 Message-ID: <525432F8.9060600@atmel.com> Date: Tue, 8 Oct 2013 18:29:44 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Boris BREZILLON , Grant Likely , Rob Herring , Rob Landley , Andrew Victor , "Jean-Christophe Plagniol-Villard" , Russell King , Mike Turquette , "Felipe Balbi" , Greg Kroah-Hartman , Ludovic Desroches , Josh Wu , Richard Genoud CC: , , Subject: Re: [PATCH v3 19/19] ARM: at91: add new compatible strings for pmc driver References: <1375937608-3773-1-git-send-email-b.brezillon@overkiz.com> <1375949965-10586-1-git-send-email-b.brezillon@overkiz.com> In-Reply-To: <1375949965-10586-1-git-send-email-b.brezillon@overkiz.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/08/2013 10:19, Boris BREZILLON : > This patch adds new compatible string for PMC node to prepare the > transition to common clk. > > These compatible string come from pmc driver in clk subsystem and are > needed to provide new device tree compatibility with old at91 clks > (device tree using common clks will use the new compatible strings). > > Signed-off-by: Boris BREZILLON > --- > arch/arm/mach-at91/clock.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c > index 5f02aea..4d4463a 100644 > --- a/arch/arm/mach-at91/clock.c > +++ b/arch/arm/mach-at91/clock.c > @@ -884,6 +884,12 @@ static int __init at91_pmc_init(unsigned long main_clock) > #if defined(CONFIG_OF) > static struct of_device_id pmc_ids[] = { > { .compatible = "atmel,at91rm9200-pmc" }, > + { .compatible = "atmel,at91sam9260-pmc" }, > + { .compatible = "atmel,at91sam9g45-pmc" }, > + { .compatible = "atmel,at91sam9n12-pmc" }, > + { .compatible = "atmel,at91sam9x5-pmc" }, > + { .compatible = "atmel,at91sam9g35-pmc" }, With removal of this compatibility string: Acked-by: Nicolas Ferre > + { .compatible = "atmel,sama5d3-pmc" }, > { /*sentinel*/ } > }; > > -- Nicolas Ferre