mfd: cros_ec: Instantiate the CrOS USB PD logger driver
[linux-2.6-microblaze.git] / drivers / mfd / axp20x-i2c.c
index a7b7c54..c2e8a0d 100644 (file)
@@ -65,6 +65,7 @@ static const struct of_device_id axp20x_i2c_of_match[] = {
        { .compatible = "x-powers,axp202", .data = (void *)AXP202_ID },
        { .compatible = "x-powers,axp209", .data = (void *)AXP209_ID },
        { .compatible = "x-powers,axp221", .data = (void *)AXP221_ID },
+       { .compatible = "x-powers,axp223", .data = (void *)AXP223_ID },
        { .compatible = "x-powers,axp806", .data = (void *)AXP806_ID },
        { },
 };
@@ -75,6 +76,7 @@ static const struct i2c_device_id axp20x_i2c_id[] = {
        { "axp202", 0 },
        { "axp209", 0 },
        { "axp221", 0 },
+       { "axp223", 0 },
        { "axp806", 0 },
        { },
 };