All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 18/19] arm: dts: dra7-evm: add tick-timer to chosen node
Date: Fri, 27 Nov 2015 14:01:37 +0530	[thread overview]
Message-ID: <1448613098-1579-19-git-send-email-mugunthanvnm@ti.com> (raw)
In-Reply-To: <1448613098-1579-1-git-send-email-mugunthanvnm@ti.com>

Specify timer2 to be used as tick-timer in chosen node.

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

diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index e4daa99..2568aad 100644
--- a/arch/arm/dts/dra7-evm.dts
+++ b/arch/arm/dts/dra7-evm.dts
@@ -16,6 +16,7 @@
 
 	chosen {
 		stdout-path = &uart1;
+		tick-timer = &timer2;
 	};
 
 	memory {
-- 
2.6.3.368.gf34be46

  parent reply	other threads:[~2015-11-27  8:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  8:31 [U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 01/19] arm: omap-common: do not build timer when CONFIG_TIMER defined Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device Mugunthan V N
2015-11-27 19:40   ` Simon Glass
2015-11-28  6:13     ` Mugunthan V N
2015-11-28  8:26   ` Bin Meng
2015-11-28 11:38     ` Mugunthan V N
2015-11-28 11:46       ` Bin Meng
2015-11-29 13:16         ` Mugunthan V N
2015-12-01  2:39           ` Bin Meng
2015-12-02  9:29             ` Bin Meng
2015-12-02  9:50               ` Mugunthan V N
2015-12-10  1:48                 ` Bin Meng
2015-11-27  8:31 ` [U-Boot] [PATCH 03/19] dm: timer: uclass: Add flag to control sequence numbering Mugunthan V N
2015-11-27 19:40   ` Simon Glass
2015-11-28  8:30   ` Bin Meng
2015-11-27  8:31 ` [U-Boot] [PATCH 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm Mugunthan V N
2015-11-28 11:52   ` Bin Meng
2015-11-29 13:19     ` Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 06/19] arm: dts: am437x-sk-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 07/19] defconfig: am437x_sk_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 08/19] arm: dts: am437x-gp-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 09/19] defconfig: am437x_gp_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 10/19] am335x_evm: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 12/19] defconfig: am335x_boneblack_vboot: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 13/19] arm: dts: am335x-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 14/19] defconfig: am335x_gp_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 15/19] ti_omap5_common: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 16/19] arm: dts: dra72-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 17/19] defconfig: dra72_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` Mugunthan V N [this message]
2015-11-27  8:31 ` [U-Boot] [PATCH 19/19] defconfig: dra74_evm: " Mugunthan V N
2015-11-27 19:40 ` [U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm Simon Glass
2015-11-28  6:15   ` Mugunthan V N

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448613098-1579-19-git-send-email-mugunthanvnm@ti.com \
    --to=mugunthanvnm@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.