Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- drivers/clocksource/clps711x.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/clocksource/clps711x.c b/drivers/clocksource/clps711x.c index f6399e930..d9e0f795e 100644 --- a/drivers/clocksource/clps711x.c +++ b/drivers/clocksource/clps711x.c @@ -51,9 +51,15 @@ static int clps711x_cs_probe(struct device_d *dev) return init_clock(&clps711x_cs); } +static __maybe_unused struct of_device_id clps711x_timer_dt_ids[] = { + { .compatible = "cirrus,ep7209-timer", }, + { } +}; + static struct driver_d clps711x_cs_driver = { .name = "clps711x-cs", .probe = clps711x_cs_probe, + .of_compatible = DRV_OF_COMPAT(clps711x_timer_dt_ids), }; static __init int clps711x_cs_init(void) -- 2.13.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox