commit | 5bb59c6d9da3b68497bff34b00b1630fe7963c80 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 21 18:40:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 28 11:58:09 2018 -0400 |
tree | adafab7c60fb33bc5854d28edf02a4e69d0bbcd7 | |
parent | 01b7a328b2577d9fa7bdd4c300532a508a65daba [diff] |
drivers: rtc: correctly set week day for mc146818 The driver sets the weekday incorrectly when called by the 'date set' command. Sunday is 1, Saturday is 7 unlike in U-Boot (see data sheet https://www.nxp.com/docs/en/data-sheet/MC146818.pdf, table 3). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>