Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64876fe5 authored by Pali Rohár's avatar Pali Rohár Committed by Sebastian Reichel
Browse files

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

parent ed6107be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);