diff options
author | Ulrich Hecht <ulrich.hecht@gmail.com> | 2013-05-31 17:57:04 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-17 18:09:54 +0900 |
commit | c972f024c1097fa0798beafc21be1eeeba21ac34 (patch) | |
tree | 5fb08c93634f44f3c264c6e3e8e62db2dfcdeacb /arch/arm/mach-shmobile/setup-r8a7790.c | |
parent | d44f8308cf7a65f4c97a041da07d872aefe47ca7 (diff) | |
download | linux-c972f024c1097fa0798beafc21be1eeeba21ac34.tar.bz2 |
ARM: shmobile: r8a7790: don't use external clock for SCIFs
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>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7790.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c index 896d374b9a32..6531f3d3a696 100644 --- a/arch/arm/mach-shmobile/setup-r8a7790.c +++ b/arch/arm/mach-shmobile/setup-r8a7790.c @@ -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) \ |