From patchwork Fri Jan 23 23:11:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 5698171 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8FFECC058E for ; Fri, 23 Jan 2015 23:12:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 452A020306 for ; Fri, 23 Jan 2015 23:12:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 410A6202B8 for ; Fri, 23 Jan 2015 23:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754917AbbAWXMS (ORCPT ); Fri, 23 Jan 2015 18:12:18 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:42058 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753451AbbAWXMQ (ORCPT ); Fri, 23 Jan 2015 18:12:16 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t0NNBoV5024673; Fri, 23 Jan 2015 17:11:50 -0600 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0NNBnbn004184; Fri, 23 Jan 2015 17:11:49 -0600 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; Fri, 23 Jan 2015 17:11:48 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0NNBmoF027933; Fri, 23 Jan 2015 17:11:48 -0600 From: Felipe Balbi To: Tony Lindgren , Paul Walmsley CC: Linux OMAP Mailing List , Linux ARM Kernel Mailing List , , Felipe Balbi Subject: [PATCH 3/4] clk: ti: 43xx: add debugss clocks to DT_CLK() table Date: Fri, 23 Jan 2015 17:11:43 -0600 Message-ID: <1422054704-14915-4-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.3.0-rc1 In-Reply-To: <1422054704-14915-1-git-send-email-balbi@ti.com> References: <1422054704-14915-1-git-send-email-balbi@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 X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 without these entries, omap_hwmod will not be able to find debugss clocks. Signed-off-by: Felipe Balbi --- drivers/clk/ti/clk-43xx.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/ti/clk-43xx.c b/drivers/clk/ti/clk-43xx.c index 3795fce8a830..46a597c815c9 100644 --- a/drivers/clk/ti/clk-43xx.c +++ b/drivers/clk/ti/clk-43xx.c @@ -83,6 +83,12 @@ static struct ti_dt_clk am43xx_clks[] = { DT_CLK(NULL, "gfx_fck_div_ck", "gfx_fck_div_ck"), DT_CLK(NULL, "timer_32k_ck", "clkdiv32k_ick"), DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), + DT_CLK(NULL, "trace_clk_div_ck", "trace_clk_div_ck"), + DT_CLK(NULL, "trace_pm_clk_mux_ck", "trace_pm_clk_mux_ck"), + DT_CLK(NULL, "dbg_sysclk_ck", "dbg_sysclk_ck"), + DT_CLK(NULL, "dbg_clka_ck", "dbg_clka_ck"), + DT_CLK(NULL, "dbg_clkb_ck", "dbg_clkb_ck"), + DT_CLK(NULL, "dbg_clkc_ck", "dbg_clkc_ck"), DT_CLK(NULL, "sysclk_div", "sysclk_div"), DT_CLK(NULL, "disp_clk", "disp_clk"), DT_CLK(NULL, "clk_32k_mosc_ck", "clk_32k_mosc_ck"),