aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-06-03 11:34:45 -0300
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-06-20 23:48:35 +0200
commit836e9ea3ccc263d17fdeb90f28089ff1d945500d (patch)
tree8584aab6ecb4c47d671335a97048a639e0ac805a /drivers/rtc
parentdt-bindings: rtc: ti,bq32k: Convert to json-schema (diff)
downloadlinux-dev-836e9ea3ccc263d17fdeb90f28089ff1d945500d.tar.xz
linux-dev-836e9ea3ccc263d17fdeb90f28089ff1d945500d.zip
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.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>