]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: da9062: Fix watchdog compatible string
authorMarco Felsch <m.felsch@pengutronix.de>
Wed, 8 Jan 2020 09:57:02 +0000 (10:57 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 24 Jan 2020 07:33:58 +0000 (07:33 +0000)
commit252d1d1b4963c0750040edd5580d187aa6f5074b
tree05f9519e4c10df55db7c3f96183ee716011e4cd1
parentb54401d1481862e87548dea95e311ed62f6e51b8
mfd: da9062: Fix watchdog compatible string

The watchdog driver compatible is "dlg,da9062-watchdog" and not
"dlg,da9062-wdt". Therefore the mfd-core can't populate the of_node and
fwnode. As result the watchdog driver can't parse the devicetree.

Fixes: f564b3dc874a ("mfd: da9062: Supply core driver")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/da9062-core.c