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>
This commit is contained in:
parent
932b8f8c29
commit
6609d123ce
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user