Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Tóth János and committed by
Alexandre Belloni
75b002a3 a5a19e80

+3 -1
+3 -1
drivers/rtc/rtc-sd2405al.c
··· 5 5 * Datasheet: 6 6 * https://image.dfrobot.com/image/data/TOY0021/SD2405AL%20datasheet%20(Angelo%20v0.1).pdf 7 7 * 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> 9 11 */ 10 12 11 13 #include <linux/bcd.h>