commit | 5871416640a5ef93ccdfaf391dc6321c5fc2f50a | [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 | dd18e5d8441e12e4ed084dfe7400112851b807f8 [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>