From 412921d29e11adcb14bd1d6c5b7145af0dd10599 Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Mon, 21 Jul 2014 11:06:16 +0200 Subject: RTC: add support for DS1339 (using DS1307 driver) Signed-off-by: Markus Niebel --- drivers/rtc/ds1307.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/rtc/ds1307.c') diff --git a/drivers/rtc/ds1307.c b/drivers/rtc/ds1307.c index 1a2bad3..03ab1a8 100644 --- a/drivers/rtc/ds1307.c +++ b/drivers/rtc/ds1307.c @@ -9,7 +9,7 @@ /* * Date & Time support (no alarms) for Dallas Semiconductor (now Maxim) - * DS1307 and DS1338 Real Time Clock (RTC). + * DS1307 and DS1338/9 Real Time Clock (RTC). * * based on ds1337.c */ -- cgit v1.1