From 75b002a38d4f740d51f0e09dcd778541f61a2797 Mon Sep 17 00:00:00 2001 From: =?utf8?q?T=C3=B3th=20J=C3=A1nos?= Date: Mon, 7 Apr 2025 13:48:49 +0200 Subject: [PATCH] rtc: sd2405al: Add I2C address. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is common to include the I2C address of the device in the source file. Signed-off-by: Tóth János Signed-off-by: Alexandre Belloni --- 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 + * I2C slave address: 0x32 + * + * Copyright (C) 2024-2025 Tóth János */ #include -- 2.51.0