]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/mfd/lp87565.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[linux.git] / drivers / mfd / lp87565.c
index 7960109c05e325bb37d43b7f3394f59663d381b4..4a5c8ade4ae032ff792064aa6a6435c1005a11c5 100644 (file)
@@ -30,6 +30,10 @@ static const struct of_device_id of_lp87565_match_table[] = {
                .compatible = "ti,lp87565-q1",
                .data = (void *)LP87565_DEVICE_TYPE_LP87565_Q1,
        },
+       {
+               .compatible = "ti,lp87561-q1",
+               .data = (void *)LP87565_DEVICE_TYPE_LP87561_Q1,
+       },
        {}
 };
 MODULE_DEVICE_TABLE(of, of_lp87565_match_table);