Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scorpio
u-boot
Commits
412921d2
Commit
412921d2
authored
10 years ago
by
Markus Niebel
Committed by
Anatolij Gustschin
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
RTC: add support for DS1339 (using DS1307 driver)
Signed-off-by:
Markus Niebel
<
Markus.Niebel@tq-group.com
>
parent
5be1af01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
README
README
+1
-0
drivers/rtc/Makefile
drivers/rtc/Makefile
+1
-0
drivers/rtc/ds1307.c
drivers/rtc/ds1307.c
+1
-1
No files found.
README
View file @
412921d2
...
...
@@ -1152,6 +1152,7 @@ The following options need to be configured:
CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC
CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC
CONFIG_RTC_DS1338 - use Maxim, Inc. DS1338 RTC
CONFIG_RTC_DS1339 - use Maxim, Inc. DS1339 RTC
CONFIG_RTC_DS164x - use Dallas DS164x RTC
CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC
CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC
...
...
This diff is collapsed.
Click to expand it.
drivers/rtc/Makefile
View file @
412921d2
...
...
@@ -16,6 +16,7 @@ obj-$(CONFIG_RTC_DS1302) += ds1302.o
obj-$(CONFIG_RTC_DS1306)
+=
ds1306.o
obj-$(CONFIG_RTC_DS1307)
+=
ds1307.o
obj-$(CONFIG_RTC_DS1338)
+=
ds1307.o
obj-$(CONFIG_RTC_DS1339)
+=
ds1307.o
obj-$(CONFIG_RTC_DS1337)
+=
ds1337.o
obj-$(CONFIG_RTC_DS1374)
+=
ds1374.o
obj-$(CONFIG_RTC_DS1388)
+=
ds1337.o
...
...
This diff is collapsed.
Click to expand it.
drivers/rtc/ds1307.c
View file @
412921d2
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment