]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: r8a7790: don't use external clock for SCIFs
authorUlrich Hecht <ulrich.hecht@gmail.com>
Fri, 31 May 2013 15:57:04 +0000 (17:57 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 17 Jun 2013 09:09:54 +0000 (18:09 +0900)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7790.c

index 896d374b9a32f47096990ff9c004061f1a878083..6531f3d3a69690b95612466f75503d852a7b720c 100644 (file)
@@ -64,7 +64,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)               \