浏览代码

timer MediaTek use upstream compatible

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

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Matthias Brugger 4 年之前
父节点
当前提交
6609d123ce
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/timer/mtk_timer.c

+ 1 - 0
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" },
 	{ }
 };