浏览代码

power_supply: isp1704_charger: Add compatible of match for nxp,isp1707

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Pali Rohár 9 年之前
父节点
当前提交
64876fe552
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/power/isp1704_charger.c

+ 1 - 0
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);