summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-24 16:08:21 +0530
committerSimon Glass <sjg@chromium.org>2016-01-20 19:06:22 -0700
commit87a2127f9f5b3d6a8e14b64be0dbaf888079fa30 (patch)
tree2b920219971ae371bc2f441840db095c240110ae
parent09bdea0188118341fc44893d4caeed151b5ac584 (diff)
downloadblackbird-obmc-uboot-87a2127f9f5b3d6a8e14b64be0dbaf888079fa30.tar.gz
blackbird-obmc-uboot-87a2127f9f5b3d6a8e14b64be0dbaf888079fa30.zip
arm: dts: dra7-evm: add tick-timer to chosen node
Specify timer2 to be used as tick-timer in chosen node. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/arm/dts/dra7-evm.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index 797d411d6f..242fd53516 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 {
OpenPOWER on IntegriCloud