diff mbox

[U-Boot,v2,16/19] arm: dts: dra72-evm: add tick-timer to chosen node

Message ID 1450953502-6181-17-git-send-email-mugunthanvnm@ti.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N Dec. 24, 2015, 10:38 a.m. UTC
Specify timer2 to be used as tick-timer in chosen node.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/dra72-evm.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Jan. 4, 2016, 7:58 p.m. UTC | #1
On Thu, Dec 24, 2015 at 04:08:19PM +0530, Mugunthan V N wrote:

> 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>
Simon Glass Jan. 16, 2016, 1:22 a.m. UTC | #2
On 4 January 2016 at 12:58, Tom Rini <trini@konsulko.com> wrote:
> On Thu, Dec 24, 2015 at 04:08:19PM +0530, Mugunthan V N wrote:
>
>> 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>
>
> --
> Tom

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts
index efb544c..6e3bbfd 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 {