commit | b26eb88658b9fbb87c5bae22cede05de3124abb7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 15:55:30 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:50 2015 -0600 |
tree | 1629b9f4dc71ab4520317b024b99693bca1995bf | |
parent | 1bcb5c3a6cbaaf29d03bd58d068a7d42042476d5 [diff] |
rtc: mc146818: Use probe() to set up the device At present this driver uses bind() to set up the device. The bind() method should not touch the hardware, so move the init code to probe(). Signed-off-by: Simon Glass <sjg@chromium.org>