All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: SPEAr600: Change FSMC and SMI clock names
@ 2012-03-22 12:41 Stefan Roese
  2012-03-23  3:29 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2012-03-22 12:41 UTC (permalink / raw)
  To: linux-arm-kernel

Change FSMC and SMI clock names to match the ones needed for DT based
probing.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@st.com>
---
 arch/arm/mach-spear6xx/clock.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-spear6xx/clock.c b/arch/arm/mach-spear6xx/clock.c
index a86499a..f051804 100644
--- a/arch/arm/mach-spear6xx/clock.c
+++ b/arch/arm/mach-spear6xx/clock.c
@@ -660,8 +660,8 @@ static struct clk_lookup spear_clk_lookups[] = {
 	{ .dev_id = "dma",		.clk = &dma_clk},
 	{ .dev_id = "jpeg",		.clk = &jpeg_clk},
 	{ .dev_id = "gmac",		.clk = &gmac_clk},
-	{ .dev_id = "smi",		.clk = &smi_clk},
-	{ .dev_id = "fsmc-nand",	.clk = &fsmc_clk},
+	{ .dev_id = "fc000000.flash",	.clk = &smi_clk},
+	{ .dev_id = "d1800000.flash",	.clk = &fsmc_clk},
 	/* clock derived from apb clk */
 	{ .dev_id = "adc",		.clk = &adc_clk},
 	{ .dev_id = "ssp-pl022.0",	.clk = &ssp0_clk},
-- 
1.7.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: SPEAr600: Change FSMC and SMI clock names
  2012-03-22 12:41 [PATCH] ARM: SPEAr600: Change FSMC and SMI clock names Stefan Roese
@ 2012-03-23  3:29 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2012-03-23  3:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 3/22/2012 6:11 PM, Stefan Roese wrote:
> Change FSMC and SMI clock names to match the ones needed for DT based
> probing.
> 

please keep spear-devel at list.st.com in cc. :)

> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Viresh Kumar <viresh.kumar@st.com>
> ---
>  arch/arm/mach-spear6xx/clock.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-spear6xx/clock.c b/arch/arm/mach-spear6xx/clock.c
> index a86499a..f051804 100644
> --- a/arch/arm/mach-spear6xx/clock.c
> +++ b/arch/arm/mach-spear6xx/clock.c
> @@ -660,8 +660,8 @@ static struct clk_lookup spear_clk_lookups[] = {
>  	{ .dev_id = "dma",		.clk = &dma_clk},
>  	{ .dev_id = "jpeg",		.clk = &jpeg_clk},
>  	{ .dev_id = "gmac",		.clk = &gmac_clk},
> -	{ .dev_id = "smi",		.clk = &smi_clk},
> -	{ .dev_id = "fsmc-nand",	.clk = &fsmc_clk},
> +	{ .dev_id = "fc000000.flash",	.clk = &smi_clk},
> +	{ .dev_id = "d1800000.flash",	.clk = &fsmc_clk},
>  	/* clock derived from apb clk */
>  	{ .dev_id = "adc",		.clk = &adc_clk},
>  	{ .dev_id = "ssp-pl022.0",	.clk = &ssp0_clk},

Acked-by: Viresh Kumar <viresh.kumar@st.com>

@Arnd: I would start to apply these patches on my git tree from now
onwards and will send you pull request later.

-- 
viresh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-23  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 12:41 [PATCH] ARM: SPEAr600: Change FSMC and SMI clock names Stefan Roese
2012-03-23  3:29 ` Viresh Kumar

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.