[PATCH] rtc: sd2405al: Add I2C address.
From: Tóth János via B4 Relay
Date: Mon Apr 07 2025 - 07:51:51 EST
From: Tóth János <gomba007@xxxxxxxxx>
It is common to include the I2C address of the device in the source
file.
Signed-off-by: Tóth János <gomba007@xxxxxxxxx>
---
It is common to include the I2C address of the device in the source file.
---
drivers/rtc/rtc-sd2405al.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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@xxxxxxxxx>
+ * I2C slave address: 0x32
+ *
+ * Copyright (C) 2024-2025 Tóth János <gomba007@xxxxxxxxx>
*/
#include <linux/bcd.h>
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250407-rtc-sd2405al-i2c-addr-392d58e8567d
Best regards,
--
Tóth János <gomba007@xxxxxxxxx>