Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / nvmem / microchip-otpc.c
index 436e0dc..7cf8173 100644 (file)
@@ -261,6 +261,7 @@ static int mchp_otpc_probe(struct platform_device *pdev)
                return ret;
 
        mchp_nvmem_config.dev = otpc->dev;
+       mchp_nvmem_config.add_legacy_fixed_of_cells = true;
        mchp_nvmem_config.size = size;
        mchp_nvmem_config.priv = otpc;
        nvmem = devm_nvmem_register(&pdev->dev, &mchp_nvmem_config);