From patchwork Mon Apr 11 08:19:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 65450 Delivered-To: patch@linaro.org Received: by 10.112.43.237 with SMTP id z13csp1331552lbl; Mon, 11 Apr 2016 01:21:07 -0700 (PDT) X-Received: by 10.66.249.166 with SMTP id yv6mr30751010pac.91.1460362852375; Mon, 11 Apr 2016 01:20:52 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a22si2161726pfj.116.2016.04.11.01.20.52; Mon, 11 Apr 2016 01:20:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753734AbcDKIUu (ORCPT + 3 others); Mon, 11 Apr 2016 04:20:50 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:32991 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753707AbcDKIUt (ORCPT ); Mon, 11 Apr 2016 04:20:49 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u3B8KNjo024150; Mon, 11 Apr 2016 03:20:23 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u3B8KNRV021243; Mon, 11 Apr 2016 03:20:23 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Mon, 11 Apr 2016 03:20:23 -0500 Received: from sokoban.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u3B8JL6N024976; Mon, 11 Apr 2016 03:20:21 -0500 From: Tero Kristo To: , , , , CC: , , Subject: [PATCH 25/30] clk: ti: am33xx: fix init time clock setup Date: Mon, 11 Apr 2016 11:19:16 +0300 Message-ID: <1460362761-4842-26-git-send-email-t-kristo@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1460362761-4842-1-git-send-email-t-kristo@ti.com> References: <1460362761-4842-1-git-send-email-t-kristo@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Some of the clock names have changed, so replace these with the new ones. Signed-off-by: Tero Kristo --- drivers/clk/ti/clk-33xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/clk/ti/clk-33xx.c b/drivers/clk/ti/clk-33xx.c index 43847bc..5228f48 100644 --- a/drivers/clk/ti/clk-33xx.c +++ b/drivers/clk/ti/clk-33xx.c @@ -65,10 +65,10 @@ int __init am33xx_dt_clk_init(void) */ clk1 = ti_clk_get("sys_clkin_ck"); - clk2 = ti_clk_get("timer3_fck"); + clk2 = ti_clk_get("timer3_mod_ck"); clk_set_parent(clk2, clk1); - clk2 = ti_clk_get("timer6_fck"); + clk2 = ti_clk_get("timer6_mod_ck"); clk_set_parent(clk2, clk1); /* * The On-Chip 32K RC Osc clock is not an accurate clock-source as per