diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-06-03 11:34:45 -0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-06-20 23:48:35 +0200 |
commit | 836e9ea3ccc263d17fdeb90f28089ff1d945500d (patch) | |
tree | 8584aab6ecb4c47d671335a97048a639e0ac805a /drivers/rtc | |
parent | 4a7e7408688de048bffa5e0e00d246b5f854bcf7 (diff) |
rtc: pcf2127: Fix the datasheet URL
The current datasheet URL is no longer valid.
Replace with a valid one.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210603143447.2223353-1-festevam@gmail.com
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-pcf2127.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pcf2127.c b/drivers/rtc/rtc-pcf2127.c index d13c20a2adf7..48ce1e85deb1 100644 --- a/drivers/rtc/rtc-pcf2127.c +++ b/drivers/rtc/rtc-pcf2127.c @@ -10,7 +10,7 @@ * * based on the other drivers in this same directory. * - * Datasheet: http://cache.nxp.com/documents/data_sheet/PCF2127.pdf + * Datasheet: https://www.nxp.com/docs/en/data-sheet/PCF2127.pdf */ #include <linux/i2c.h> |