projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6107b
)
power_supply: isp1704_charger: Add compatible of match for nxp,isp1707
author
Pali Rohár
<pali.rohar@gmail.com>
Sun, 21 Feb 2016 11:28:19 +0000
(12:28 +0100)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/drivers/power/isp1704_charger.c
b/drivers/power/isp1704_charger.c
index acaf7cfd0370035169e94c92733144df8de5345d..4cd6899b961e780e0623e81951ecc12e1fcd3557 100644
(file)
--- 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);