Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pali Rohár and committed by
Sebastian Reichel
64876fe5 ed6107be

+1
+1
drivers/power/isp1704_charger.c
··· 536 536 #ifdef CONFIG_OF 537 537 static const struct of_device_id omap_isp1704_of_match[] = { 538 538 { .compatible = "nxp,isp1704", }, 539 + { .compatible = "nxp,isp1707", }, 539 540 {}, 540 541 }; 541 542 MODULE_DEVICE_TABLE(of, omap_isp1704_of_match);