diff mbox

[v3,4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs

Message ID 1370015825-29383-5-git-send-email-ulrich.hecht@gmail.com (mailing list archive)
State Superseded
Commit d1b6515e2eeaac48eff47bf4987f106a982e14f3
Headers show

Commit Message

Ulrich Hecht May 31, 2013, 3:57 p.m. UTC
This is an external component and may or may not be there, while the
internal clock always works.

Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
---
 arch/arm/mach-shmobile/setup-r8a7790.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman June 11, 2013, 7:51 a.m. UTC | #1
On Fri, May 31, 2013 at 05:57:04PM +0200, Ulrich Hecht wrote:
> This is an external component and may or may not be there, while the
> internal clock always works.

Thanks, I have queued this up in the soc2 branch.
My current plan is to let that branch sit in next for a few
days and then send a pull-request for it to be included in v3.11.

> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
> ---
>  arch/arm/mach-shmobile/setup-r8a7790.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
> index 5b7a770..a380bdc 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7790.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7790.c
> @@ -96,7 +96,7 @@ void __init r8a7790_pinmux_init(void)
>  [index] = {						\
>  	SCIF_COMMON(PORT_SCIF, baseaddr, irq),		\
>  	.scbrr_algo_id	= SCBRR_ALGO_2,			\
> -	.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,	\
> +	.scscr = SCSCR_RE | SCSCR_TE,	\
>  }
>  
>  #define HSCIF_DATA(index, baseaddr, irq)		\
> -- 
> 1.7.10.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman June 12, 2013, 8:18 a.m. UTC | #2
On Tue, Jun 11, 2013 at 04:51:37PM +0900, Simon Horman wrote:
> On Fri, May 31, 2013 at 05:57:04PM +0200, Ulrich Hecht wrote:
> > This is an external component and may or may not be there, while the
> > internal clock always works.
> 
> Thanks, I have queued this up in the soc2 branch.
> My current plan is to let that branch sit in next for a few
> days and then send a pull-request for it to be included in v3.11.

I have moved it to the sh-sci branch to satisfy dependencies
without rebasing soc2.

> 
> > 
> > Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
> > ---
> >  arch/arm/mach-shmobile/setup-r8a7790.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
> > index 5b7a770..a380bdc 100644
> > --- a/arch/arm/mach-shmobile/setup-r8a7790.c
> > +++ b/arch/arm/mach-shmobile/setup-r8a7790.c
> > @@ -96,7 +96,7 @@ void __init r8a7790_pinmux_init(void)
> >  [index] = {						\
> >  	SCIF_COMMON(PORT_SCIF, baseaddr, irq),		\
> >  	.scbrr_algo_id	= SCBRR_ALGO_2,			\
> > -	.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,	\
> > +	.scscr = SCSCR_RE | SCSCR_TE,	\
> >  }
> >  
> >  #define HSCIF_DATA(index, baseaddr, irq)		\
> > -- 
> > 1.7.10.4
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
index 5b7a770..a380bdc 100644
--- a/arch/arm/mach-shmobile/setup-r8a7790.c
+++ b/arch/arm/mach-shmobile/setup-r8a7790.c
@@ -96,7 +96,7 @@  void __init r8a7790_pinmux_init(void)
 [index] = {						\
 	SCIF_COMMON(PORT_SCIF, baseaddr, irq),		\
 	.scbrr_algo_id	= SCBRR_ALGO_2,			\
-	.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,	\
+	.scscr = SCSCR_RE | SCSCR_TE,	\
 }
 
 #define HSCIF_DATA(index, baseaddr, irq)		\