Since commit 0ff58575c9d66 ("dts: update to v4.5-rc1") the compatible "fsl,imx6q-gpt" was removed from imx6dl.dtsi. Now there is only the Solo/DualLite specific compatible "fsl,imx6dl-gpt". Adapt the driver for that change. Signed-off-by: Stefan Christ <s.christ@xxxxxxxxx> --- arch/arm/mach-imx/clocksource.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/clocksource.c b/arch/arm/mach-imx/clocksource.c index a11b978..8766e39 100644 --- a/arch/arm/mach-imx/clocksource.c +++ b/arch/arm/mach-imx/clocksource.c @@ -144,6 +144,9 @@ static __maybe_unused struct of_device_id imx_gpt_dt_ids[] = { .compatible = "fsl,imx6q-gpt", .data = ®s_imx31, }, { + .compatible = "fsl,imx6dl-gpt", + .data = ®s_imx31, + }, { /* sentinel */ } }; -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox