From ff9e612651074aa2317fdb607b337928994be725 Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Thu, 24 Dec 2015 16:08:11 +0530 Subject: [PATCH] arm: dts: am437x-gp-evm: add tick-timer to chosen node Specify which timer to be used as tick-timer in chosen node. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- arch/arm/dts/am437x-gp-evm.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/am437x-gp-evm.dts b/arch/arm/dts/am437x-gp-evm.dts index b5f0b4ee69..8e23b96609 100644 --- a/arch/arm/dts/am437x-gp-evm.dts +++ b/arch/arm/dts/am437x-gp-evm.dts @@ -26,6 +26,7 @@ chosen { stdout-path = &uart0; + tick-timer = &timer2; }; vmmcsd_fixed: fixedregulator-sd { -- 2.25.1