Skip to content

Commit 81363f2

Browse files
M-VaittinenWim Van Sebroeck
authored andcommitted
watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading
The bd70528 watchdog driver is probed by MFD driver. Add MODULE_ALIAS in order to allow udev to load the module when MFD sub-device cell for watchdog is added. Fixes: bbc88a0 ("watchdog: bd70528: Initial support for ROHM BD70528 watchdog block") Signed-off-by: Matti Vaittinen <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 2c50a6b commit 81363f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/bd70528_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,4 @@ module_platform_driver(bd70528_wdt);
288288
MODULE_AUTHOR("Matti Vaittinen <[email protected]>");
289289
MODULE_DESCRIPTION("BD70528 watchdog driver");
290290
MODULE_LICENSE("GPL");
291+
MODULE_ALIAS("platform:bd70528-wdt");

0 commit comments

Comments
 (0)