summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_tmu.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-05 11:57:50 -0500
committerTom Rini <trini@konsulko.com>2020-11-05 11:57:50 -0500
commit7716c328c843d4365c9fe2703e66a7aeee557dfa (patch)
tree9c5e71617f5dfa53de3bca87c660b1554047766d /drivers/thermal/imx_tmu.c
parent35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186 (diff)
parentb431970e7f0ce5b83fae1502eddc3568115207ad (diff)
Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx for 2021.1 --------------------- - new boards : GE (new B1x5v2), phytec phyCORE-i.MX8MM - converted doc to reST - fixes for verdin-imx8mm (Toradex) - fixes for i.MX thermal driver - mx7ulp: Align the PLL_USB frequency - mx53: primary/secondary bmode Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/741465284
Diffstat (limited to 'drivers/thermal/imx_tmu.c')
-rw-r--r--drivers/thermal/imx_tmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/imx_tmu.c b/drivers/thermal/imx_tmu.c
index 4ca22089b8b..936068c6cba 100644
--- a/drivers/thermal/imx_tmu.c
+++ b/drivers/thermal/imx_tmu.c
@@ -14,6 +14,7 @@
#include <dm/device.h>
#include <errno.h>
#include <fuse.h>
+#include <linux/delay.h>
#include <malloc.h>
#include <thermal.h>