pca9450a: fix i2c address
[platform/kernel/u-boot.git] / drivers / power / pmic / pca9450.c
index 0c9d9a3..c7f8b80 100644 (file)
@@ -80,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, },
        { }
 };