summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-24 16:08:16 +0530
committerSimon Glass <sjg@chromium.org>2016-01-20 19:06:22 -0700
commitd3e25aed73143b98e3f27908f2d951345d8c617b (patch)
treec2c8d55b2f5166fd5efe50de5c7d6d1fe28bc2e1
parent3f8e517135a35bb48a86738d909089807f6ae082 (diff)
downloadblackbird-obmc-uboot-d3e25aed73143b98e3f27908f2d951345d8c617b.tar.gz
blackbird-obmc-uboot-d3e25aed73143b98e3f27908f2d951345d8c617b.zip
arm: dts: am335x-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/am335x-evm.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-evm.dts b/arch/arm/dts/am335x-evm.dts
index e1c5d4f76c..c0bc2af9a5 100644
--- a/arch/arm/dts/am335x-evm.dts
+++ b/arch/arm/dts/am335x-evm.dts
@@ -16,6 +16,7 @@
chosen {
stdout-path = &uart0;
+ tick-timer = &timer2;
};
cpus {
OpenPOWER on IntegriCloud