diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:11 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | ff9e612651074aa2317fdb607b337928994be725 (patch) | |
tree | e0e3d1c3366ad6fd7d761b6cf366f54ca216446e /arch/arm/dts/am437x-gp-evm.dts | |
parent | fb912c6f95e67e16a59971c959d5554bcbc06b0b (diff) |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/am437x-gp-evm.dts')
-rw-r--r-- | arch/arm/dts/am437x-gp-evm.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |