Skip to content

Commit 4f7acf3

Browse files
Marco Felschgregkh
authored andcommitted
mfd: da9062: Fix watchdog compatible string
commit 1112ba0 upstream. 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: 9b40b03 ("mfd: da9062: Supply core driver") Signed-off-by: Marco Felsch <[email protected]> Acked-by: Guenter Roeck <[email protected]> Reviewed-by: Adam Thomson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 03c2579 commit 4f7acf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/da9062-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static const struct mfd_cell da9062_devs[] = {
142142
.name = "da9062-watchdog",
143143
.num_resources = ARRAY_SIZE(da9062_wdt_resources),
144144
.resources = da9062_wdt_resources,
145-
.of_compatible = "dlg,da9062-wdt",
145+
.of_compatible = "dlg,da9062-watchdog",
146146
},
147147
{
148148
.name = "da9062-thermal",

0 commit comments

Comments
 (0)