]> git.karo-electronics.de Git - linux-beck.git/commitdiff
power_supply: isp1704_charger: Add compatible of match for nxp,isp1707
authorPali Rohár <pali.rohar@gmail.com>
Sun, 21 Feb 2016 11:28:19 +0000 (12:28 +0100)
committerSebastian Reichel <sre@kernel.org>
Sun, 21 Feb 2016 19:25:09 +0000 (20:25 +0100)
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/isp1704_charger.c

index acaf7cfd0370035169e94c92733144df8de5345d..4cd6899b961e780e0623e81951ecc12e1fcd3557 100644 (file)
@@ -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);