From patchwork Thu Mar 13 20:35:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Fernandes X-Patchwork-Id: 3828591 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 73F469F2BB for ; Thu, 13 Mar 2014 20:38:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A57B620154 for ; Thu, 13 Mar 2014 20:38:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C19E920149 for ; Thu, 13 Mar 2014 20:38:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755078AbaCMUgP (ORCPT ); Thu, 13 Mar 2014 16:36:15 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:43342 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754408AbaCMUgP (ORCPT ); Thu, 13 Mar 2014 16:36:15 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id s2DKZmfi023120; Thu, 13 Mar 2014 15:35:48 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s2DKZmfF021212; Thu, 13 Mar 2014 15:35:48 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Thu, 13 Mar 2014 15:35:48 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s2DKZmst002054; Thu, 13 Mar 2014 15:35:48 -0500 Received: from joel-laptop.am.dhcp.ti.com (joel-laptop.am.dhcp.ti.com [10.247.27.57]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id s2DKZlt10050; Thu, 13 Mar 2014 15:35:47 -0500 (CDT) From: Joel Fernandes To: Tony Lindgren , Rob Herring , Tero Kristo , Nishanth Menon , Suman Anna , Felipe Balbi CC: Linux OMAP List , Linux ARM Kernel List , Linux Kernel Mailing List , Joel Fernandes Subject: [RFC 1/5] ARM: dts: am33xx: Add clock nodes for timer1 and timer2 Date: Thu, 13 Mar 2014 15:35:15 -0500 Message-ID: <1394742919-32163-2-git-send-email-joelf@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1394742919-32163-1-git-send-email-joelf@ti.com> References: <1394742919-32163-1-git-send-email-joelf@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 X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am33xx.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 6d95d3d..4e6c959 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -347,6 +347,7 @@ timer1: timer@44e31000 { compatible = "ti,am335x-timer-1ms"; + clocks = <&timer1_fck>; reg = <0x44e31000 0x400>; interrupts = <67>; ti,hwmods = "timer1"; @@ -355,6 +356,7 @@ timer2: timer@48040000 { compatible = "ti,am335x-timer"; + clocks = <&timer2_fck>; reg = <0x48040000 0x400>; interrupts = <68>; ti,hwmods = "timer2";