Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: st: 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 RTC driver to
encompass Clocksource.

Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

Lee Jones 742e4097 82c32c03

+1 -1
+1 -1
drivers/rtc/rtc-st-lpc.c
··· 208 208 return -EINVAL; 209 209 } 210 210 211 - /* LPC can either run in RTC or WDT mode */ 211 + /* LPC can either run as a Clocksource or in RTC or WDT mode */ 212 212 if (mode != ST_LPC_MODE_RTC) 213 213 return -ENODEV; 214 214