Commit 75b002a3 authored by Tóth János's avatar Tóth János Committed by Alexandre Belloni
Browse files

rtc: sd2405al: Add I2C address.



It is common to include the I2C address of the device in the source
file.

Signed-off-by: default avatarTóth János <gomba007@gmail.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent a5a19e80
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>