commit | c2a8c06fdf657a0001db0c0e18694497a709ff6c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:25 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:40 2015 -0600 |
tree | 7e43decee7a706b0afa01871bafefb60a80920e5 | |
parent | c404aa6ba68fbca773c43fdea62fd012e755f580 [diff] |
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC Add a driver which communicates with the sandbox I2C emulation RTC device and permits it to be used in U-Boot. This driver is very simple - it just reads and writes selected I2C registers in the device. Signed-off-by: Simon Glass <sjg@chromium.org>