]> www.infradead.org Git - users/hch/misc.git/commitdiff
rtc: sd2405al: Add I2C address.
authorTóth János <gomba007@gmail.com>
Mon, 7 Apr 2025 11:48:49 +0000 (13:48 +0200)
committerAlexandre 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

index 00c3033e8079b5f10aaabcc7a1d3f19771263a02..708ea5d964debf49fcdd4e53314beacd4da9cdf3 100644 (file)
@@ -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>