From patchwork Thu May 30 15:08:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 2637281 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id C493340276 for ; Thu, 30 May 2013 15:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933337Ab3E3PJE (ORCPT ); Thu, 30 May 2013 11:09:04 -0400 Received: from mail-bk0-f50.google.com ([209.85.214.50]:39709 "EHLO mail-bk0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933340Ab3E3PJD (ORCPT ); Thu, 30 May 2013 11:09:03 -0400 Received: by mail-bk0-f50.google.com with SMTP id ik5so213690bkc.23 for ; Thu, 30 May 2013 08:09:02 -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=sfSOones5lepJAQ8BpaDN3qaujc6Nt8/UZFT/GASQEjwp8HM5m0Y4L/ZED9WGTZM4D NcmSMEipZaAPRYYoB2rq5FebG1COT+lykKkH8egTmP/UZRzsIADiy94fvDCdsfWUNeGD TRTYXONfGoSdj5LjinmGn7QWzDiEPbpTayV7vUoSrzDVH8PpI2UvY+RzATWBKWD6aMoQ 9aW+FI6KFb5PMbhXXp4F9xbK3Tw7AbWWz6UxulMtEnXz0m+ViNKs7rufE3I4VRx8aMFx 7jXrQQBcDgAcjKG+TY8cyj/VpT047KAkBxWSBsYm4fb/AozBh7sOOz9FYQymVhzHBeTp L0hQ== X-Received: by 10.204.188.70 with SMTP id cz6mr1945457bkb.122.1369926542102; Thu, 30 May 2013 08:09:02 -0700 (PDT) Received: from groucho.site (188-194-147-14-dynip.superkabel.de. [188.194.147.14]) by mx.google.com with ESMTPSA id fz10sm13840969bkc.9.2013.05.30.08.09.00 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 08:09:01 -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 Cc: Ulrich Hecht Subject: [PATCH v2 4/5] ARM: shmobile: r8a7790: don't use external clock for SCIFs Date: Thu, 30 May 2013 17:08:43 +0200 Message-Id: <1369926524-3425-5-git-send-email-ulrich.hecht@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1369926524-3425-1-git-send-email-ulrich.hecht@gmail.com> References: <1369926524-3425-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) \