diff options
| author | Mugunthan V N <[email protected]> | 2015-12-24 16:08:19 +0530 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-20 19:06:22 -0700 |
| commit | 6c3401ad862428d6865eb0bf232804e37bd2735d (patch) | |
| tree | 4086caeed4c93e0caa769921a7b7b0e5c3ff091f | |
| parent | 30a0cdb65162cd9705f167b7efd9fbb087857f6a (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -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 a62550f0e02..fc2d167deee 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 { |
