Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752832AbaDYXD1 (ORCPT ); Fri, 25 Apr 2014 19:03:27 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:48399 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbaDYXDT (ORCPT ); Fri, 25 Apr 2014 19:03:19 -0400 From: Joel Fernandes To: Tony Lindgren , Benoit Cousson , Linux OMAP List , Linux ARM Kernel List , Linux Kernel Mailing List CC: Joel Fernandes Subject: [PATCH 10/10] ARM: dts: OMAP4: Add clock nodes for AES/DES nodes Date: Fri, 25 Apr 2014 18:02:48 -0500 Message-ID: <1398466968-29506-11-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 AES/DES nodes have clock nodes in the clock tree, use them. Internal trees were using hwmod, but now that clock nodes are there, we can use them instead and upstream it. Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/omap4.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 27fcac8..f19ffa8 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -806,6 +806,8 @@ interrupts = ; dmas = <&sdma 111>, <&sdma 110>; dma-names = "tx", "rx"; + clocks = <&aes1_fck>; + clock-names = "fck"; }; des: des@480a5000 { @@ -815,6 +817,8 @@ interrupts = ; dmas = <&sdma 117>, <&sdma 116>; dma-names = "tx", "rx"; + clocks = <&des_fck>; + clock-names = "fck"; }; abb_mpu: regulator-abb-mpu { -- 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/