brcm2708: update to v3.18
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-3.18 / 0106-BCM2709_DT-Set-the-always-on-flag-for-the-timer-to-e.patch
1 From b3c15a1f4217b0a6de8d7e8a0b11f530b40f01e5 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Thu, 5 Feb 2015 14:05:35 +0000
4 Subject: [PATCH 106/114] BCM2709_DT: Set the "always-on" flag for the timer to
5 enable high res mode
6
7 ---
8 arch/arm/boot/dts/bcm2709.dtsi | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/arch/arm/boot/dts/bcm2709.dtsi b/arch/arm/boot/dts/bcm2709.dtsi
12 index c7e975c..220866e 100644
13 --- a/arch/arm/boot/dts/bcm2709.dtsi
14 +++ b/arch/arm/boot/dts/bcm2709.dtsi
15 @@ -115,6 +115,7 @@
16 <3 1>, // PHYS_NONSECURE_PPI
17 <3 3>, // VIRT_PPI
18 <3 2>; // HYP_PPI
19 + always-on;
20 };
21
22 cpus: cpus {
23 --
24 1.8.3.2
25