Skip to content

Commit 75b002a

Browse files
g0mb4alexandrebelloni
authored andcommitted
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>
1 parent a5a19e8 commit 75b002a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/rtc/rtc-sd2405al.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
* Datasheet:
66
* https://image.dfrobot.com/image/data/TOY0021/SD2405AL%20datasheet%20(Angelo%20v0.1).pdf
77
*
8-
* Copyright (C) 2024 Tóth János <gomba007@gmail.com>
8+
* I2C slave address: 0x32
9+
*
10+
* Copyright (C) 2024-2025 Tóth János <gomba007@gmail.com>
911
*/
1012

1113
#include <linux/bcd.h>

0 commit comments

Comments
 (0)