From 0b4d8ba461b31b502486254144299e3b2dfbc124 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 20 Sep 2018 23:05:31 -0700 Subject: aiodev: Port Linux driver for i.MX8MQ CPU thermal sensor This patch is a minimal port of the corresponding driver that can be found in Linux kernel (drivers/thermal/qoriq_thermal.c). Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- drivers/aiodev/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/aiodev/Makefile') diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile index 1dcf6cdc4b..d5318deeb0 100644 --- a/drivers/aiodev/Makefile +++ b/drivers/aiodev/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_AIODEV) += core.o obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o obj-$(CONFIG_LM75) += lm75.o obj-$(CONFIG_MC13XXX_ADC) += mc13xxx_adc.o +obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o -- cgit v1.2.3