mbox series

[U-Boot,v2,0/4] arm: socfpga: enable rtc support for the socrates board

Message ID 20190313164839.32296-1-simon.k.r.goldschmidt@gmail.com
Headers show
Series arm: socfpga: enable rtc support for the socrates board | expand

Message

Simon Goldschmidt March 13, 2019, 4:48 p.m. UTC
This series contains fixes and config changes to enable the 'date' command
talking to the rtc on the socrates board.

It contains fixes to the designware i2c driver, enables DM support for the
rtc used on the socrates board, adds a missing pull-up and changes the
defconfig to enable rtc support by default.

Changes in v2:
- m41t82: reset HT bit during probe

Simon Goldschmidt (4):
  i2c: designware: fix reset handling on socfpga gen5
  rtc: m41t62: add compatible for m41t82
  arm: socfpga: socrates: make rtc work
  configs: socfpga: socrates: enable rtc support

 board/ebv/socrates/qts/iocsr_config.h |  2 +-
 configs/socfpga_socrates_defconfig    |  2 ++
 drivers/i2c/designware_i2c.c          | 20 ++++++++++++++------
 drivers/rtc/m41t62.c                  | 11 +++++++++++
 4 files changed, 28 insertions(+), 7 deletions(-)