From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth) Date: Thu, 11 Sep 2014 23:08:04 +0200 Subject: [PATCH] ARM: dts: berlin: enable timer 1 for sched_clock In-Reply-To: <1410274069-24922-1-git-send-email-antoine.tenart@free-electrons.com> References: <1410274069-24922-1-git-send-email-antoine.tenart@free-electrons.com> Message-ID: <54120F34.6010708@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/09/2014 04:47 PM, Antoine Tenart wrote: > Enable timer 1 to be the source for the sched_clock, allowing to have a > more precise value than 1/HZ. > > Signed-off-by: Antoine Tenart Applied to berlin/dt. For the record, I managed to configure UTF-8, so feel free to add the accent back to your name ;) I applied the last patches with it already. Sebastian > --- > arch/arm/boot/dts/berlin2q.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi > index a216cb621ebc..e22b99a3a796 100644 > --- a/arch/arm/boot/dts/berlin2q.dtsi > +++ b/arch/arm/boot/dts/berlin2q.dtsi > @@ -247,7 +247,6 @@ > reg = <0x2c14 0x14>; > clocks = <&chip CLKID_CFG>; > clock-names = "timer"; > - status = "disabled"; > }; > > timer2: timer at 2c28 { >