diff mbox

[U-Boot,v2,11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node

Message ID 1450953502-6181-12-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 which timer to be used as tick-timer in chosen node.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/am335x-boneblack.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:14PM +0530, Mugunthan V N wrote:

> 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>
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:14PM +0530, Mugunthan V N wrote:
>
>> 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>
>
> --
> Tom

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

Patch

diff --git a/arch/arm/dts/am335x-boneblack.dts b/arch/arm/dts/am335x-boneblack.dts
index 679248a..27ebe4a 100644
--- a/arch/arm/dts/am335x-boneblack.dts
+++ b/arch/arm/dts/am335x-boneblack.dts
@@ -15,6 +15,7 @@ 
 	compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
 	chosen {
 		stdout-path = &uart0;
+		tick-timer = &timer2;
 	};
 };