From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752326AbdFLH0w (ORCPT ); Mon, 12 Jun 2017 03:26:52 -0400 Received: from muru.com ([72.249.23.125]:51318 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752182AbdFLH0v (ORCPT ); Mon, 12 Jun 2017 03:26:51 -0400 Date: Mon, 12 Jun 2017 00:26:47 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Paul Walmsley , =?utf-8?Q?Beno=C3=AEt?= Cousson , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tero Kristo Subject: Re: [PATCH 1/3] ARM: dts: omap4: add missing des_fck Message-ID: <20170612072647.GQ3730@atomide.com> References: <20170609231206.19798-1-sre@kernel.org> <20170609231206.19798-2-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609231206.19798-2-sre@kernel.org> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170609 16:16]: > Add missing functional clock for DES3DES IP core. This is > documented in the TRM as CM_L4SEC_DES3DES_CLKCTRL. Tero care to ack? Also, see the other two hwmod patches in this series for your clkctrl changes. Regards, Tony > Signed-off-by: Sebastian Reichel > --- > arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi > index 9573b37fbaa7..e997265460d4 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@15b0 { > + #clock-cells = <0>; > + compatible = "ti,gate-clock"; > + clocks = <&l3_div_ck>; > + ti,bit-shift = <1>; > + reg = <0x15b0>; > + }; > + > dss_sys_clk: dss_sys_clk@1120 { > #clock-cells = <0>; > compatible = "ti,gate-clock"; > -- > 2.11.0 >