Skip to content

Commit 94af1e7

Browse files
fabioestevamalexandrebelloni
authored andcommitted
rtc: pcf8563: 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-3-festevam@gmail.com
1 parent 663bff1 commit 94af1e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/rtc-pcf8563.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* based on the other drivers in this same directory.
1010
*
11-
* http://www.semiconductors.philips.com/acrobat/datasheets/PCF8563-04.pdf
11+
* https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
1212
*/
1313

1414
#include <linux/clk-provider.h>

0 commit comments

Comments
 (0)