From: Pali Rohár Date: Sun, 21 Feb 2016 11:28:19 +0000 (+0100) Subject: power_supply: isp1704_charger: Add compatible of match for nxp,isp1707 X-Git-Tag: v4.6-rc1~123^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=64876fe552cf09ba26b71bd69a004bf72b86dc18;p=linux.git power_supply: isp1704_charger: Add compatible of match for nxp,isp1707 Signed-off-by: Pali Rohár Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/isp1704_charger.c b/drivers/power/isp1704_charger.c index acaf7cfd0370..4cd6899b961e 100644 --- a/drivers/power/isp1704_charger.c +++ b/drivers/power/isp1704_charger.c @@ -536,6 +536,7 @@ static int isp1704_charger_remove(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id omap_isp1704_of_match[] = { { .compatible = "nxp,isp1704", }, + { .compatible = "nxp,isp1707", }, {}, }; MODULE_DEVICE_TABLE(of, omap_isp1704_of_match);