Skip to content

Commit 663bff1

Browse files
fabioestevamalexandrebelloni
authored andcommitted
rtc: pcf85063: 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-2-festevam@gmail.com
1 parent 836e9ea commit 663bff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/rtc/rtc-pcf85063.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/*
2222
* Information for this driver was pulled from the following datasheets.
2323
*
24-
* https://www.nxp.com/documents/data_sheet/PCF85063A.pdf
25-
* https://www.nxp.com/documents/data_sheet/PCF85063TP.pdf
24+
* https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf
25+
* https://www.nxp.com/docs/en/data-sheet/PCF85063TP.pdf
2626
*
2727
* PCF85063A -- Rev. 6 — 18 November 2015
2828
* PCF85063TP -- Rev. 4 — 6 May 2015

0 commit comments

Comments
 (0)