INIT_LIST_HEAD(&b->constraints);
 
        isp->secure_mode = ipu6_buttress_get_secure_mode(isp);
-       dev_info(&isp->pdev->dev, "IPU6 in %s mode touch 0x%x mask 0x%x\n",
-                isp->secure_mode ? "secure" : "non-secure",
-                readl(isp->base + BUTTRESS_REG_SECURITY_TOUCH),
-                readl(isp->base + BUTTRESS_REG_CAMERA_MASK));
+       dev_dbg(&isp->pdev->dev, "IPU6 in %s mode touch 0x%x mask 0x%x\n",
+               isp->secure_mode ? "secure" : "non-secure",
+               readl(isp->base + BUTTRESS_REG_SECURITY_TOUCH),
+               readl(isp->base + BUTTRESS_REG_CAMERA_MASK));
 
        b->wdt_cached_value = readl(isp->base + BUTTRESS_REG_WDT);
        writel(BUTTRESS_IRQS, isp->base + BUTTRESS_REG_ISR_CLEAR);
 
                return -EINVAL;
        }
 
-       dev_info(&isp->pdev->dev, "FW version: %x\n", mod_hdr->fw_pkg_date);
+       dev_dbg(&isp->pdev->dev, "FW version: %x\n", mod_hdr->fw_pkg_date);
        ret = ipu6_cpd_validate_cpd(isp, moduledata + mod_hdr->hdr_len,
                                    moduledata_size - mod_hdr->hdr_len,
                                    moduledata_size);