diff mbox

[U-Boot,18/19] arm: dts: dra7-evm: add tick-timer to chosen node

Message ID 1448613098-1579-19-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit 87a2127f9f5b3d6a8e14b64be0dbaf888079fa30
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Nov. 27, 2015, 8:31 a.m. UTC
Specify timer2 to be used as tick-timer in chosen node.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/dra7-evm.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index e4daa99..2568aad 100644
--- a/arch/arm/dts/dra7-evm.dts
+++ b/arch/arm/dts/dra7-evm.dts
@@ -16,6 +16,7 @@ 
 
 	chosen {
 		stdout-path = &uart1;
+		tick-timer = &timer2;
 	};
 
 	memory {