All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] timer MediaTek use upstream compatible
@ 2020-04-25 23:17 matthias.bgg at kernel.org
  2020-04-25 23:17 ` [PATCH v1 2/3] watchdog MediaTek add " matthias.bgg at kernel.org
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: matthias.bgg at kernel.org @ 2020-04-25 23:17 UTC (permalink / raw)
  To: u-boot

From: Matthias Brugger <mbrugger@suse.com>

The timers compatible string in upstream is called
mt6577-timer. Add this compatible to the driver.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---

 drivers/timer/mtk_timer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/timer/mtk_timer.c b/drivers/timer/mtk_timer.c
index b5e76bd358..e99135e5be 100644
--- a/drivers/timer/mtk_timer.c
+++ b/drivers/timer/mtk_timer.c
@@ -71,6 +71,7 @@ static const struct timer_ops mtk_timer_ops = {
 
 static const struct udevice_id mtk_timer_ids[] = {
 	{ .compatible = "mediatek,timer" },
+	{ .compatible = "mediatek,mt6577-timer" },
 	{ }
 };
 
-- 
2.26.0

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

end of thread, other threads:[~2020-05-01 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 23:17 [PATCH v1 1/3] timer MediaTek use upstream compatible matthias.bgg at kernel.org
2020-04-25 23:17 ` [PATCH v1 2/3] watchdog MediaTek add " matthias.bgg at kernel.org
2020-05-01 21:56   ` Tom Rini
2020-04-25 23:17 ` [PATCH v1 3/3] arm: enable distro boot for bananapi-r2 matthias.bgg at kernel.org
2020-05-01 21:56   ` Tom Rini
2020-05-01 21:56 ` [PATCH v1 1/3] timer MediaTek use upstream compatible 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.