dm: timer: uclass: Add flag to control sequence numbering
[platform/kernel/u-boot.git] / drivers / timer / timer-uclass.c
index 0480178..b1f4868 100644 (file)
@@ -104,5 +104,6 @@ UCLASS_DRIVER(timer) = {
        .id             = UCLASS_TIMER,
        .name           = "timer",
        .pre_probe      = timer_pre_probe,
+       .flags          = DM_UC_FLAG_SEQ_ALIAS,
        .per_device_auto_alloc_size = sizeof(struct timer_dev_priv),
 };