Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757240Ab3JIXdJ (ORCPT ); Wed, 9 Oct 2013 19:33:09 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:35216 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757404Ab3JIXar (ORCPT ); Wed, 9 Oct 2013 19:30:47 -0400 From: Nishanth Menon To: Kevin Hilman , Benoit Cousson , Tony Lindgren , Tero Kristo CC: , , , , , J Keerthy , Nishanth Menon Subject: [PATCH V6 15/15] ARM: dts: DRA7: add clock nodes for CPU Date: Wed, 9 Oct 2013 18:30:14 -0500 Message-ID: <1381361414-8851-13-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1381361414-8851-1-git-send-email-nm@ti.com> References: <1381354144-7134-1-git-send-email-nm@ti.com> <1381361414-8851-1-git-send-email-nm@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 Content-Length: 1030 Lines: 37 From: J Keerthy DRA7 platforms use dpll_mpu_ck clock for CPU. Add same to common definition. Cc: Benoit Cousson [nm@ti.com: keep in sync with clock node changes] Signed-off-by: Nishanth Menon Signed-off-by: J Keerthy --- arch/arm/boot/dts/dra7.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 92cbe3b..e723b52 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -42,6 +42,11 @@ 1000000 1060000 1176000 1160000 >; + + clocks = <&dpll_mpu_ck>; + clock-names = "cpu"; + + clock-latency = <300000>; /* From omap-cpufreq driver */ }; cpu@1 { device_type = "cpu"; -- 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/