projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a19e8
)
rtc: sd2405al: Add I2C address.
author
Tóth János
<gomba007@gmail.com>
Mon, 7 Apr 2025 11:48:49 +0000
(13:48 +0200)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Sun, 5 Oct 2025 20:51:06 +0000
(22:51 +0200)
It is common to include the I2C address of the device in the source
file.
Signed-off-by: Tóth János <gomba007@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sd2405al.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-sd2405al.c
b/drivers/rtc/rtc-sd2405al.c
index
00c3033
..
708ea5d
100644
(file)
--- a/
drivers/rtc/rtc-sd2405al.c
+++ b/
drivers/rtc/rtc-sd2405al.c
@@
-5,7
+5,9
@@
* Datasheet:
* https://image.dfrobot.com/image/data/TOY0021/SD2405AL%20datasheet%20(Angelo%20v0.1).pdf
*
- * Copyright (C) 2024 Tóth János <gomba007@gmail.com>
+ * I2C slave address: 0x32
+ *
+ * Copyright (C) 2024-2025 Tóth János <gomba007@gmail.com>
*/
#include <linux/bcd.h>