Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755082Ab3JRUZQ (ORCPT ); Fri, 18 Oct 2013 16:25:16 -0400 Received: from mail-oa0-f47.google.com ([209.85.219.47]:41051 "EHLO mail-oa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754289Ab3JRUZN (ORCPT ); Fri, 18 Oct 2013 16:25:13 -0400 MIME-Version: 1.0 In-Reply-To: <20131017140659.GF24056@e106331-lin.cambridge.arm.com> References: <1381960030-1640-1-git-send-email-tim.kryger@linaro.org> <1381960030-1640-6-git-send-email-tim.kryger@linaro.org> <20131017140659.GF24056@e106331-lin.cambridge.arm.com> Date: Fri, 18 Oct 2013 13:25:12 -0700 Message-ID: Subject: Re: [RESEND PATCH v2 5/6] ARM: dts: Specify clocks for timer on bcm11351 From: Tim Kryger To: Mark Rutland Cc: Christian Daudt , "rob.herring@calxeda.com" , Pawel Moll , Stephen Warren , Ian Campbell , Daniel Lezcano , Thomas Gleixner , Chris Ball , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mmc@vger.kernel.org" , "patches@linaro.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 26 On Thu, Oct 17, 2013 at 7:06 AM, Mark Rutland wrote: >> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi >> index 193659c..39c1395 100644 >> --- a/arch/arm/boot/dts/bcm11351.dtsi >> +++ b/arch/arm/boot/dts/bcm11351.dtsi >> @@ -95,7 +95,7 @@ >> compatible = "brcm,kona-timer"; >> reg = <0x35006000 0x1000>; >> interrupts = ; >> - clock-frequency = <32768>; >> + clocks = <&hub_timer_clk>; > > This should probably be after the code change that enables support for a > clocks property. > > Thanks, > Mark. This is already the case. The driver change is patch 4 and this dts change is patch 5 of the series. -- 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/