diff mbox series

[2/3] rtc: pcf85063: Fix the datasheet URL

Message ID 20210603143447.2223353-2-festevam@gmail.com
State Accepted
Headers show
Series [1/3] rtc: pcf2127: Fix the datasheet URL | expand

Commit Message

Fabio Estevam June 3, 2021, 2:34 p.m. UTC
The current datasheet URL is no longer valid.

Replace with a valid one.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 drivers/rtc/rtc-pcf85063.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nobuhiro Iwamatsu June 3, 2021, 3:12 p.m. UTC | #1
Hi,

2021年6月3日(木) 23:36 Fabio Estevam <festevam@gmail.com>:
>
> The current datasheet URL is no longer valid.
>
> Replace with a valid one.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  drivers/rtc/rtc-pcf85063.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c
> index 82becae14229..9a5297098d39 100644
> --- a/drivers/rtc/rtc-pcf85063.c
> +++ b/drivers/rtc/rtc-pcf85063.c
> @@ -21,8 +21,8 @@
>  /*
>   * Information for this driver was pulled from the following datasheets.
>   *
> - *  https://www.nxp.com/documents/data_sheet/PCF85063A.pdf
> - *  https://www.nxp.com/documents/data_sheet/PCF85063TP.pdf
> + *  https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf
> + *  https://www.nxp.com/docs/en/data-sheet/PCF85063TP.pdf
>   *
>   *  PCF85063A -- Rev. 6 — 18 November 2015

Could you also update Rev and date?

>   *  PCF85063TP -- Rev. 4 — 6 May 2015
> --
> 2.25.1
>

Best regards,
  Nobuhiro
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c
index 82becae14229..9a5297098d39 100644
--- a/drivers/rtc/rtc-pcf85063.c
+++ b/drivers/rtc/rtc-pcf85063.c
@@ -21,8 +21,8 @@ 
 /*
  * Information for this driver was pulled from the following datasheets.
  *
- *  https://www.nxp.com/documents/data_sheet/PCF85063A.pdf
- *  https://www.nxp.com/documents/data_sheet/PCF85063TP.pdf
+ *  https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf
+ *  https://www.nxp.com/docs/en/data-sheet/PCF85063TP.pdf
  *
  *  PCF85063A -- Rev. 6 — 18 November 2015
  *  PCF85063TP -- Rev. 4 — 6 May 2015