Explorar el Código

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 hace 4 años
padre
commit
6609d123ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" },
 	{ }
 };