Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754980Ab3EHTGz (ORCPT ); Wed, 8 May 2013 15:06:55 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:47095 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754517Ab3EHTGx (ORCPT ); Wed, 8 May 2013 15:06:53 -0400 From: Nishanth Menon To: Benoit Cousson , Tony Lindgren , Kevin Hilman , Mike Turquette CC: , , , , Nishanth Menon Subject: [PATCH V5 2/6] ARM: dts: OMAP3: add clock nodes for CPU Date: Wed, 8 May 2013 14:06:12 -0500 Message-ID: <1368039976-29648-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1368039976-29648-1-git-send-email-nm@ti.com> References: <1368039976-29648-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: 1156 Lines: 45 OMAP34xx and OMAP36xx platforms use dpll1 clock. Add same to common definition. Cc: Benoit Cousson Signed-off-by: Nishanth Menon --- no change in current revision. Previous version: http://marc.info/?l=linux-kernel&m=136580740024201&w=2 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 4ad03d9..4f445ca 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; -- 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/