From patchwork Fri Dec 19 09:18:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 5518441 Return-Path: X-Original-To: patchwork-linux-arm@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 DC0D39F30B for ; Fri, 19 Dec 2014 09:20:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 15FFE20123 for ; Fri, 19 Dec 2014 09:20:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2FF3620121 for ; Fri, 19 Dec 2014 09:20:46 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y1thn-0006ws-4d; Fri, 19 Dec 2014 09:18:39 +0000 Received: from comal.ext.ti.com ([198.47.26.152]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y1thh-0006fs-PZ for linux-arm-kernel@lists.infradead.org; Fri, 19 Dec 2014 09:18:34 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id sBJ9IA4N029590; Fri, 19 Dec 2014 03:18:10 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id sBJ9I9Ul009570; Fri, 19 Dec 2014 03:18:09 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Fri, 19 Dec 2014 03:18:09 -0600 Received: from deskari.lan (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id sBJ9I7gg026352; Fri, 19 Dec 2014 03:18:07 -0600 From: Tomi Valkeinen To: Tero Kristo , Mike Turquette , , Subject: [PATCH 1/2] CLK: TI: remove 'ick' alias for 'omapdss_dss' device Date: Fri, 19 Dec 2014 11:18:02 +0200 Message-ID: <1418980683-26825-1-git-send-email-tomi.valkeinen@ti.com> X-Mailer: git-send-email 2.2.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141219_011833_922347_FC46112E X-CRM114-Status: UNSURE ( 9.86 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.0 (-----) Cc: Tony Lindgren , Tomi Valkeinen X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 The omapdss_dss driver has not used 'ick' clock for a long time, and thus the clock alias for 'ick' is not needed and can be removed. On OMAP4 the 'dss_fck' clock was recently removed, and as 'ick' was an alias for 'dss_fck', it causes a warning: ti_dt_clocks_register: failed to lookup clock node dss_fck This patch removes that warning. Signed-off-by: Tomi Valkeinen --- drivers/clk/ti/clk-2xxx.c | 1 - drivers/clk/ti/clk-3xxx.c | 2 -- drivers/clk/ti/clk-44xx.c | 1 - 3 files changed, 4 deletions(-) diff --git a/drivers/clk/ti/clk-2xxx.c b/drivers/clk/ti/clk-2xxx.c index c808ab3d2bb2..e3656851b2e0 100644 --- a/drivers/clk/ti/clk-2xxx.c +++ b/drivers/clk/ti/clk-2xxx.c @@ -48,7 +48,6 @@ static struct ti_dt_clk omap2xxx_clks[] = { DT_CLK(NULL, "gfx_3d_fck", "gfx_3d_fck"), DT_CLK(NULL, "gfx_2d_fck", "gfx_2d_fck"), DT_CLK(NULL, "gfx_ick", "gfx_ick"), - DT_CLK("omapdss_dss", "ick", "dss_ick"), DT_CLK(NULL, "dss_ick", "dss_ick"), DT_CLK(NULL, "dss1_fck", "dss1_fck"), DT_CLK(NULL, "dss2_fck", "dss2_fck"), diff --git a/drivers/clk/ti/clk-3xxx.c b/drivers/clk/ti/clk-3xxx.c index 0d1750a8aea4..2ff8b60f62f3 100644 --- a/drivers/clk/ti/clk-3xxx.c +++ b/drivers/clk/ti/clk-3xxx.c @@ -265,7 +265,6 @@ static struct ti_dt_clk omap3430es1_clks[] = { DT_CLK(NULL, "ssi_ick", "ssi_ick_3430es1"), DT_CLK(NULL, "usb_l4_ick", "usb_l4_ick"), DT_CLK(NULL, "dss1_alwon_fck", "dss1_alwon_fck_3430es1"), - DT_CLK("omapdss_dss", "ick", "dss_ick_3430es1"), DT_CLK(NULL, "dss_ick", "dss_ick_3430es1"), { .node_name = NULL }, }; @@ -284,7 +283,6 @@ static struct ti_dt_clk omap36xx_am35xx_omap3430es2plus_clks[] = { DT_CLK(NULL, "mmchs3_ick", "mmchs3_ick"), DT_CLK(NULL, "mmchs3_fck", "mmchs3_fck"), DT_CLK(NULL, "dss1_alwon_fck", "dss1_alwon_fck_3430es2"), - DT_CLK("omapdss_dss", "ick", "dss_ick_3430es2"), DT_CLK(NULL, "dss_ick", "dss_ick_3430es2"), DT_CLK(NULL, "usbhost_120m_fck", "usbhost_120m_fck"), DT_CLK(NULL, "usbhost_48m_fck", "usbhost_48m_fck"), diff --git a/drivers/clk/ti/clk-44xx.c b/drivers/clk/ti/clk-44xx.c index 02517a8206bd..35a0f01bbaf4 100644 --- a/drivers/clk/ti/clk-44xx.c +++ b/drivers/clk/ti/clk-44xx.c @@ -127,7 +127,6 @@ static struct ti_dt_clk omap44xx_clks[] = { DT_CLK(NULL, "dss_dss_clk", "dss_dss_clk"), DT_CLK(NULL, "dss_48mhz_clk", "dss_48mhz_clk"), DT_CLK(NULL, "dss_fck", "dss_fck"), - DT_CLK("omapdss_dss", "ick", "dss_fck"), DT_CLK(NULL, "fdif_fck", "fdif_fck"), DT_CLK(NULL, "gpio1_dbclk", "gpio1_dbclk"), DT_CLK(NULL, "gpio2_dbclk", "gpio2_dbclk"),