summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.18/0106-BCM2709_DT-Set-the-always-on-flag-for-the-timer-to-e.patch
blob: b7c86fa4503b7ff92826192c16c6c348499454a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From b3c15a1f4217b0a6de8d7e8a0b11f530b40f01e5 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.org>
Date: Thu, 5 Feb 2015 14:05:35 +0000
Subject: [PATCH 106/114] BCM2709_DT: Set the "always-on" flag for the timer to
 enable high res mode

---
 arch/arm/boot/dts/bcm2709.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/bcm2709.dtsi b/arch/arm/boot/dts/bcm2709.dtsi
index c7e975c..220866e 100644
--- a/arch/arm/boot/dts/bcm2709.dtsi
+++ b/arch/arm/boot/dts/bcm2709.dtsi
@@ -115,6 +115,7 @@
 			     <3 1>, // PHYS_NONSECURE_PPI
 			     <3 3>, // VIRT_PPI
 			     <3 2>; // HYP_PPI
+		always-on;
 	};
 
 	cpus: cpus {
-- 
1.8.3.2