diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:19 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:22 -0700 |
commit | 6c3401ad862428d6865eb0bf232804e37bd2735d (patch) | |
tree | 4086caeed4c93e0caa769921a7b7b0e5c3ff091f /arch/arm/dts/dra72-evm.dts | |
parent | 30a0cdb65162cd9705f167b7efd9fbb087857f6a (diff) | |
download | u-boot-6c3401ad862428d6865eb0bf232804e37bd2735d.tar.gz u-boot-6c3401ad862428d6865eb0bf232804e37bd2735d.tar.bz2 u-boot-6c3401ad862428d6865eb0bf232804e37bd2735d.zip |
arm: dts: dra72-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>
Diffstat (limited to 'arch/arm/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/dts/dra72-evm.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts index a62550f0e0..fc2d167dee 100644 --- a/arch/arm/dts/dra72-evm.dts +++ b/arch/arm/dts/dra72-evm.dts @@ -16,6 +16,7 @@ chosen { stdout-path = &uart1; + tick-timer = &timer2; }; memory { |