summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/set-keystone2-clock-frequency.patch
blob: bc9c1055913aaba6cd13174ffd89cddffd3e28b8 (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
26
From ba87988727dcd6202a10f435ba24543410c367e0 Mon Sep 17 00:00:00 2001
From: Valentin Cobelea <valentin.cobelea@enea.com>
Date: Tue, 8 Oct 2013 16:55:58 +0200
Subject: [PATCH] LXCR-1831: set the keystone2 rt clock frequency


Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com>
---
 arch/arm/boot/dts/k2hk-evm.dts |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts
index dc2ee9a..f535286 100644
--- a/arch/arm/boot/dts/k2hk-evm.dts
+++ b/arch/arm/boot/dts/k2hk-evm.dts
@@ -1291,6 +1291,7 @@
 		timer {
 			compatible = "arm,armv7-timer";
 			interrupts = <1 13 0xf08 1 14 0xf08>;
+			clock-frequency = <134221720>;
 		};
 
 		uart0:	serial@02530c00 {
-- 
1.7.10.4