From 64876fe552cf09ba26b71bd69a004bf72b86dc18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Sun, 21 Feb 2016 12:28:19 +0100 Subject: [PATCH] power_supply: isp1704_charger: Add compatible of match for nxp,isp1707 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pali Rohár Signed-off-by: Sebastian Reichel --- drivers/power/isp1704_charger.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5