diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-06-24 15:09:53 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-07-10 02:40:49 +0300 |
commit | 98c25b8012461f569a4d20bc4a48c489099cf7fd (patch) | |
tree | 5435f44306aeade2a6733b4c8886373517e8e8a2 /drivers | |
parent | 08eeafbba566ad0413b2e118e72658bee0550efb (diff) | |
download | linux-98c25b8012461f569a4d20bc4a48c489099cf7fd.tar.xz |
rtc: pcf85063: Update the PCF85063A datasheet revision
After updating the datasheet URL, the PCF85063A datasheet revision
has changed.
Adjust it accordingly.
Reported-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210624120953.2313378-1-festevam@gmail.com
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/rtc/rtc-pcf85063.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c index 9a5297098d39..14da4ab30104 100644 --- a/drivers/rtc/rtc-pcf85063.c +++ b/drivers/rtc/rtc-pcf85063.c @@ -24,7 +24,7 @@ * 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 + * PCF85063A -- Rev. 7 — 30 March 2018 * PCF85063TP -- Rev. 4 — 6 May 2015 * * https://www.microcrystal.com/fileadmin/Media/Products/RTC/App.Manual/RV-8263-C7_App-Manual.pdf |