Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933883Ab3GEPRM (ORCPT ); Fri, 5 Jul 2013 11:17:12 -0400 Received: from mail-ie0-f181.google.com ([209.85.223.181]:38621 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933806Ab3GEPRK (ORCPT ); Fri, 5 Jul 2013 11:17:10 -0400 MIME-Version: 1.0 In-Reply-To: <51D24366.5000101@atmel.com> References: <1372667978-4718-1-git-send-email-richard.genoud@gmail.com> <1372667978-4718-4-git-send-email-richard.genoud@gmail.com> <51D24366.5000101@atmel.com> From: Richard Genoud Date: Fri, 5 Jul 2013 17:16:50 +0200 Message-ID: Subject: Re: [RFC PATCH 03/13] ARM: at91: DTS: sam9x5: add clock for SSC DT entry To: Bo Shen Cc: devicetree-discuss@lists.ozlabs.org, Nicolas Ferre , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 36 2013/7/2 Bo Shen : > Hi Richard, > > > On 7/1/2013 16:39, Richard Genoud wrote: >> >> Signed-off-by: Richard Genoud >> --- >> arch/arm/mach-at91/at91sam9x5.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/mach-at91/at91sam9x5.c >> b/arch/arm/mach-at91/at91sam9x5.c >> index 2abee66..191eb4b 100644 >> --- a/arch/arm/mach-at91/at91sam9x5.c >> +++ b/arch/arm/mach-at91/at91sam9x5.c >> @@ -233,6 +233,7 @@ static struct clk_lookup periph_clocks_lookups[] = { >> CLKDEV_CON_DEV_ID("mci_clk", "f000c000.mmc", &mmc1_clk), >> CLKDEV_CON_DEV_ID("dma_clk", "ffffec00.dma-controller", >> &dma0_clk), >> CLKDEV_CON_DEV_ID("dma_clk", "ffffee00.dma-controller", >> &dma1_clk), >> + CLKDEV_CON_DEV_ID("pclk", "at91sam9g45_ssc.0", &ssc_clk), > > > Actually, we don't use this anymore. Am I right? correct ! I'll drop it. Thanks, Richard. -- 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/