]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/mfd/intel-lpss.c
Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux.git] / drivers / mfd / intel-lpss.c
index bfe4ff3375815f99cc19fa7171cbc5b6ea57579b..b0f0781a6b9ca0855e3f208e3334a73e006b467f 100644 (file)
@@ -384,7 +384,7 @@ int intel_lpss_probe(struct device *dev,
        if (!lpss)
                return -ENOMEM;
 
-       lpss->priv = devm_ioremap(dev, info->mem->start + LPSS_PRIV_OFFSET,
+       lpss->priv = devm_ioremap_uc(dev, info->mem->start + LPSS_PRIV_OFFSET,
                                  LPSS_PRIV_SIZE);
        if (!lpss->priv)
                return -ENOMEM;