diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2014-09-09 18:47:49 +0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-10-29 21:44:40 +0300 |
commit | 5a37d07185fbaba3ead2a487f0238eb236f19102 (patch) | |
tree | fd48f9ab14a5cd3f4ab93cb7b6fd1785fd6d9413 /arch/arm/boot/dts/berlin2q.dtsi | |
parent | 1e27a261281c8dd372e839f5a86b5a9656f192e8 (diff) | |
download | linux-5a37d07185fbaba3ead2a487f0238eb236f19102.tar.xz |
ARM: dts: berlin: enable timer 1 for sched_clock
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 Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/berlin2q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/berlin2q.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi index d38049f90c90..d4416ae79e62 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi @@ -255,7 +255,6 @@ reg = <0x2c14 0x14>; clocks = <&chip CLKID_CFG>; clock-names = "timer"; - status = "disabled"; }; timer2: timer@2c28 { |