From patchwork Fri Apr 12 22:54:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 2438981 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 176F03FD1A for ; Fri, 12 Apr 2013 22:56:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758624Ab3DLWzH (ORCPT ); Fri, 12 Apr 2013 18:55:07 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:32775 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753675Ab3DLWzG (ORCPT ); Fri, 12 Apr 2013 18:55:06 -0400 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3CMstPe029474; Fri, 12 Apr 2013 17:54:55 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3CMstsv001915; Fri, 12 Apr 2013 17:54:55 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Fri, 12 Apr 2013 17:54:55 -0500 Received: from localhost (kahuna.am.dhcp.ti.com [128.247.75.12]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3CMstf7003869; Fri, 12 Apr 2013 17:54:55 -0500 From: Nishanth Menon To: CC: , , , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Paul Walmsley , Kevin Hilman , Mike Turquette , Nishanth Menon Subject: [PATCH V4 2/6] ARM: dts: OMAP3: add clock nodes for CPU Date: Fri, 12 Apr 2013 17:54:34 -0500 Message-ID: <1365807278-554-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1365807278-554-1-git-send-email-nm@ti.com> References: <1365807278-554-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org OMAP34xx and OMAP36xx platforms use dpll1 clock. Add same to common definition. Cc: Benoit Cousson Signed-off-by: Nishanth Menon --- RFC of this patch was discussed in http://marc.info/?t=136370325600009&r=1&w=2 along with the detailed context as to why this is an intermediate step. previous revisions of cpufreq-cpu0 support do not use this approach. [Probably belongs to Benoit's tree] arch/arm/boot/dts/omap3.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 559b02f..58c6ed6 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -23,6 +23,8 @@ cpus { cpu@0 { compatible = "arm,cortex-a8"; + clocks = <&dpll1>; + clock-names = "cpu"; }; }; @@ -73,6 +75,11 @@ ti,hwmods = "counter_32k"; }; + dpll1: dpll1 { + #clock-cells = <0>; + compatible = "ti,omap-clock"; + }; + intc: interrupt-controller@48200000 { compatible = "ti,omap2-intc"; interrupt-controller;