aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/st_lpc_wdt.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2015-05-12 13:58:13 +0100
committerWim Van Sebroeck <wim@iguana.be>2015-06-22 15:53:52 +0200
commit79cb097676cf4fd424f0ea4df22877104401c5f9 (patch)
tree2d3583d1cdb184b7f1643d331395027f1fabbbe0 /drivers/watchdog/st_lpc_wdt.c
parentwatchdog: st_wdt: Add new driver for ST's LPC Watchdog (diff)
downloadlinux-dev-79cb097676cf4fd424f0ea4df22877104401c5f9.tar.xz
linux-dev-79cb097676cf4fd424f0ea4df22877104401c5f9.zip
watchdog: st_wdt: Update IP layout information to include Clocksource
Initial submission adding support for this IP only included Watchdog and the Real-Time Clock. Now the third (and final) device is enabled this trivial patch is required to update the comment in the Watchdog driver to encompass Clocksource. Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/st_lpc_wdt.c')
-rw-r--r--drivers/watchdog/st_lpc_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/st_lpc_wdt.c b/drivers/watchdog/st_lpc_wdt.c
index f32be155212a..6785afdc0fca 100644
--- a/drivers/watchdog/st_lpc_wdt.c
+++ b/drivers/watchdog/st_lpc_wdt.c
@@ -197,7 +197,7 @@ static int st_wdog_probe(struct platform_device *pdev)
return -EINVAL;
}
- /* LPC can either run in RTC or WDT mode */
+ /* LPC can either run as a Clocksource or in RTC or WDT mode */
if (mode != ST_LPC_MODE_WDT)
return -ENODEV;