From patchwork Fri May 31 15:57:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 2644821 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id E3819E01D7 for ; Fri, 31 May 2013 15:57:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756760Ab3EaP5V (ORCPT ); Fri, 31 May 2013 11:57:21 -0400 Received: from mail-bk0-f54.google.com ([209.85.214.54]:63570 "EHLO mail-bk0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753708Ab3EaP5S (ORCPT ); Fri, 31 May 2013 11:57:18 -0400 Received: by mail-bk0-f54.google.com with SMTP id it16so832614bkc.41 for ; Fri, 31 May 2013 08:57:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=CAagFmTeb6U8bO0Xnp8an4vr8bj9F55dFnzkojJ9m7w=; b=P0UAvHVRp+kgOgC1v0wAkCswlQP1rcqaWzsTRcCI4mvCl0VPyUvBFs1TYpTQ3xBzgV jdL7YaymXtpSUOhCKDjD02VPDp3eb9QHDk9r0hu4YaxfPImSSHnaG/cqO+UaU6o0yKSt RlV0cGkIv5mr5JB8qCM/hWcW7cYT8JrAXz1ltK3Bw/2Sh2pJZzQHlMfshIs1Tax1Ofn4 ylpcGWqYNlKNwc1BqLsqeopCLEcVRwlFEYY9i4a/sTHZHaDxNAnCNelQyHo19kuFSnw4 inR/Qz/yKA+df180th+M3WdkaOaMjksinFsRzwIraVeKM7/Dgkgn5C42gQfGa7YGpWZp XJWQ== X-Received: by 10.204.197.199 with SMTP id el7mr3470197bkb.121.1370015837234; Fri, 31 May 2013 08:57:17 -0700 (PDT) Received: from groucho.site (188-194-147-14-dynip.superkabel.de. [188.194.147.14]) by mx.google.com with ESMTPSA id hh3sm2786089bkc.5.2013.05.31.08.57.15 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 31 May 2013 08:57:16 -0700 (PDT) From: Ulrich Hecht To: linux-sh@vger.kernel.org, lethal@linux-sh.org, shinya.kuribayashi.px@renesas.com, takashi.yoshii.zj@renesas.com, magnus.damm@gmail.com, kuninori.morimoto.gx@renesas.com, horms@verge.net.au Cc: Ulrich Hecht Subject: [PATCH v3 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs Date: Fri, 31 May 2013 17:57:04 +0200 Message-Id: <1370015825-29383-5-git-send-email-ulrich.hecht@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1370015825-29383-1-git-send-email-ulrich.hecht@gmail.com> References: <1370015825-29383-1-git-send-email-ulrich.hecht@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org This is an external component and may or may not be there, while the internal clock always works. Signed-off-by: Ulrich Hecht --- 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) \