From patchwork Mon Dec 15 05:00:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5490291 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 64BCD9F1CD for ; Mon, 15 Dec 2014 04:57:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 946E1209BF for ; Mon, 15 Dec 2014 04:57:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E832209BB for ; Mon, 15 Dec 2014 04:57:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751097AbaLOE5v (ORCPT ); Sun, 14 Dec 2014 23:57:51 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:63914 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbaLOE5v (ORCPT ); Sun, 14 Dec 2014 23:57:51 -0500 Received: by mail-pd0-f173.google.com with SMTP id ft15so10935364pdb.32 for ; Sun, 14 Dec 2014 20:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=dCo87enebHi3s1oeapnj6Ug7T0Hn51hrWkhFQelArgk=; b=hz6chzUAAI+QUwQcT6ADrB4qsaohTugY6DG5K7UeJbxqA2rbyQ9IdPO3bGOuEtIaKP jF8K59R3TKp8sV5kjSJeaIg08U1cgFUgLzVkeQmxu9sGtf8Lvk+VvD8qMC9tk6NkiRGI uD8DESoyoDO+sVEuRii+IdPfzQjeKM0IwLKIw28WcPTllIfTrwVyjp8AzCVwFc1nq8YC eYSoeJcQ0rwvCR7B8vliRUnYe+1dFLRbf0SXH564ut2hfta7j4nn7Fu81+9nEPKYO4A/ jELAqA4gnhshqXsHcM6X7eKjh3zeWuz/q4kdvKip0T7oYqGcGgzZaZPKaRsTK75vs2zW 9X3Q== X-Received: by 10.68.203.161 with SMTP id kr1mr48327007pbc.78.1418619470483; Sun, 14 Dec 2014 20:57:50 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id v8sm7832973pdp.94.2014.12.14.20.57.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Dec 2014 20:57:49 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Mon, 15 Dec 2014 14:00:34 +0900 Message-Id: <20141215050034.357.93456.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: r8a7779: Use R8A7779_CLK_P as SCIF parent clock Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Use R8A7779_CLK_P as parent clock for SCIF devices on r8a7779. With this change in place the SCIF CCF handling matches the legacy clock code. Also, this matches the data sheet. Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven --- Written on top of renesas-devel-20141211-v3.18 Broken out from previously submitted [PATCH] ARM: shmobile: r8a7779 CCF DTS update arch/arm/boot/dts/r8a7779.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 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 --- 0002/arch/arm/boot/dts/r8a7779.dtsi +++ work/arch/arm/boot/dts/r8a7779.dtsi 2014-12-15 12:31:16.000000000 +0900 @@ -464,12 +464,12 @@ <&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_S>, <&cpg_clocks R8A7779_CLK_S>, - <&cpg_clocks R8A7779_CLK_S1>, - <&cpg_clocks R8A7779_CLK_S1>, - <&cpg_clocks R8A7779_CLK_S1>, - <&cpg_clocks R8A7779_CLK_S1>, - <&cpg_clocks R8A7779_CLK_S1>, - <&cpg_clocks R8A7779_CLK_S1>, + <&cpg_clocks R8A7779_CLK_P>, + <&cpg_clocks R8A7779_CLK_P>, + <&cpg_clocks R8A7779_CLK_P>, + <&cpg_clocks R8A7779_CLK_P>, + <&cpg_clocks R8A7779_CLK_P>, + <&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>, <&cpg_clocks R8A7779_CLK_P>,