commit | d5861262210067fc01b2fb4f7af2fd85a3453f15 | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Sun Mar 06 12:43:57 2016 +0300 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Mar 14 17:08:38 2016 +0100 |
tree | 2061bb01a8eef2b3f5b9c9adb4b74df8b1c1c45d | |
parent | fc1dcb0b39dbb10d3290f2fcd6e154670f699166 [diff] |
rtc: hym8563: fix invalid year calculation Year field must be in BCD format, according to hym8563 datasheet. Due to the bug year 2016 became 2010. Fixes: dcaf03849352 ("rtc: add hym8563 rtc-driver") Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>