Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753515AbaDYXHo (ORCPT ); Fri, 25 Apr 2014 19:07:44 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:40145 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbaDYXDU (ORCPT ); Fri, 25 Apr 2014 19:03:20 -0400 From: Joel Fernandes To: Tony Lindgren , Benoit Cousson , Linux OMAP List , Linux ARM Kernel List , Linux Kernel Mailing List CC: Lokesh Vutla , Joel Fernandes Subject: [PATCH 09/10] ARM: dts: OMAP4: clk: Add clk node for DES IP Date: Fri, 25 Apr 2014 18:02:47 -0500 Message-ID: <1398466968-29506-10-git-send-email-joelf@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398466968-29506-1-git-send-email-joelf@ti.com> References: <1398466968-29506-1-git-send-email-joelf@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Lokesh Vutla DES IP already has main and interface clk as des_fck. Node for des_fck is missing in clk tree. Adding the same. Signed-off-by: Lokesh Vutla Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 ++++++++ drivers/clk/ti/clk-44xx.c | 1 + 2 files changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi index c821ff5..83cf189 100644 --- a/arch/arm/boot/dts/omap44xx-clocks.dtsi +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi @@ -985,6 +985,14 @@ reg = <0x15a8>; }; + des_fck: des_fck@4a0095b0 { + #clock-cells = <0>; + compatible = "gate-clock"; + clocks = <&l3_div_ck>; + bit-shift = <1>; + reg = <0x4a0095b0 0x4>; + }; + dss_sys_clk: dss_sys_clk { #clock-cells = <0>; compatible = "ti,gate-clock"; diff --git a/drivers/clk/ti/clk-44xx.c b/drivers/clk/ti/clk-44xx.c index 02517a8..85d97c3 100644 --- a/drivers/clk/ti/clk-44xx.c +++ b/drivers/clk/ti/clk-44xx.c @@ -120,6 +120,7 @@ static struct ti_dt_clk omap44xx_clks[] = { DT_CLK(NULL, "syc_clk_div_ck", "syc_clk_div_ck"), DT_CLK(NULL, "aes1_fck", "aes1_fck"), DT_CLK(NULL, "aes2_fck", "aes2_fck"), + DT_CLK(NULL, "des_fck", "des_fck"), DT_CLK(NULL, "dmic_sync_mux_ck", "dmic_sync_mux_ck"), DT_CLK(NULL, "func_dmic_abe_gfclk", "func_dmic_abe_gfclk"), DT_CLK(NULL, "dss_sys_clk", "dss_sys_clk"), -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/