aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2021-06-03 11:34:45 -0300
committerAlexandre Belloni <[email protected]>2021-06-20 23:48:35 +0200
commit836e9ea3ccc263d17fdeb90f28089ff1d945500d (patch)
tree8584aab6ecb4c47d671335a97048a639e0ac805a
parent4a7e7408688de048bffa5e0e00d246b5f854bcf7 (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 <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/rtc/rtc-pcf2127.c2
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>