All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
@ 2021-03-05  2:24 Weijie Gao
  2021-03-20 23:37 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Weijie Gao @ 2021-03-05  2:24 UTC (permalink / raw
  To: u-boot

It's better to use the generic timer which is correctly initialized by
the ATF. The generic timer has higher resolution than the mtk_timer.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
---
 configs/mt7622_rfb_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configs/mt7622_rfb_defconfig b/configs/mt7622_rfb_defconfig
index fa427d8530..12f529158c 100644
--- a/configs/mt7622_rfb_defconfig
+++ b/configs/mt7622_rfb_defconfig
@@ -51,8 +51,6 @@ CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MTK_SNOR=y
 CONFIG_SYSRESET_WATCHDOG=y
-CONFIG_TIMER=y
-CONFIG_MTK_TIMER=y
 CONFIG_WDT_MTK=y
 CONFIG_LZO=y
 CONFIG_HEXDUMP=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
  2021-03-05  2:24 [PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer Weijie Gao
@ 2021-03-20 23:37 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-03-20 23:37 UTC (permalink / raw
  To: u-boot

On Fri, Mar 05, 2021 at 10:24:58AM +0800, Weijie Gao wrote:

> It's better to use the generic timer which is correctly initialized by
> the ATF. The generic timer has higher resolution than the mtk_timer.
> 
> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210320/1b4ba995/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-20 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05  2:24 [PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer Weijie Gao
2021-03-20 23:37 ` Tom Rini

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.