Add support for the pca9451a chip variant. This is not compatible with the other variants, but as we currently only provide a regmap this is fine. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/mfd/pca9450.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/pca9450.c b/drivers/mfd/pca9450.c index cf0efab16f..20f6b016fa 100644 --- a/drivers/mfd/pca9450.c +++ b/drivers/mfd/pca9450.c @@ -92,6 +92,7 @@ static int __init pca9450_probe(struct device *dev) static __maybe_unused struct of_device_id pca9450_dt_ids[] = { { .compatible = "nxp,pca9450a" }, { .compatible = "nxp,pca9450c" }, + { .compatible = "nxp,pca9451a" }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, pca9450_dt_ids); -- 2.39.2