From: Tóth János Date: Mon, 7 Apr 2025 11:48:49 +0000 (+0200) Subject: rtc: sd2405al: Add I2C address. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=75b002a38d4f740d51f0e09dcd778541f61a2797;p=users%2Fhch%2Fmisc.git 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 Signed-off-by: Alexandre Belloni --- 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