Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / drivers / power / pmic / pca9450.c
index 77986c4..c7f8b80 100644 (file)
@@ -8,6 +8,7 @@
 #include <errno.h>
 #include <dm.h>
 #include <i2c.h>
+#include <log.h>
 #include <power/pmic.h>
 #include <power/regulator.h>
 #include <power/pca9450.h>
@@ -79,7 +80,7 @@ static struct dm_pmic_ops pca9450_ops = {
 };
 
 static const struct udevice_id pca9450_ids[] = {
-       { .compatible = "nxp,pca9450a", .data = 0x35, },
+       { .compatible = "nxp,pca9450a", .data = 0x25, },
        { .compatible = "nxp,pca9450b", .data = 0x25, },
        { }
 };