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

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Tue Mar 12 21:01:06 UTC 2019


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.


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                  |  1 +
 4 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list