Message ID | 20200303084641.35687-1-andy.tang@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Daniel Lezcano |
Headers | show |
Series | [v2] thermal: qoriq: fix a compiling issue | expand |
On 03/03/2020 09:46, andy.tang@nxp.com wrote: > From: Yuantian Tang <andy.tang@nxp.com> > > Qoriq thermal driver is used by both PowerPC and ARM architecture. > When built for PowerPC architecture, it reports error: > undefined reference to `.__devm_regmap_init_mmio_clk' > To fix it, select config REGMAP_MMIO. > > Fixes: 4316237bd627 (thermal: qoriq: Convert driver to use regmap API) > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > --- > v2: > - add Fixes tag > > drivers/thermal/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig > index 5a05db5438d6..5a0df0e54ce3 100644 Applied, thanks
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 5a05db5438d6..5a0df0e54ce3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -265,6 +265,7 @@ config QORIQ_THERMAL tristate "QorIQ Thermal Monitoring Unit" depends on THERMAL_OF depends on HAS_IOMEM + select REGMAP_MMIO help Support for Thermal Monitoring Unit (TMU) found on QorIQ platforms. It supports one critical trip point and one passive trip point. The