summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTóth János <gomba007@gmail.com>2025-04-07 13:48:49 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2025-10-05 22:51:06 +0200
commit75b002a38d4f740d51f0e09dcd778541f61a2797 (patch)
treea8abd4cc814abf67ecd5e28260fb1b91fa6bb9df
parenta5a19e80b235ed2c456dbab59c85ca43e87e01bf (diff)
rtc: sd2405al: Add I2C address.
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>
-rw-r--r--drivers/rtc/rtc-sd2405al.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sd2405al.c b/drivers/rtc/rtc-sd2405al.c
index 00c3033e8079..708ea5d964de 100644
--- 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>