public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP
@ 2021-07-29 11:36 Michal Simek
  2021-07-29 11:36 ` [PATCH 1/4] dm: rtc: uclass: Add flag to control sequence numbering Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Simek @ 2021-07-29 11:36 UTC (permalink / raw)
  To: u-boot, git
  Cc: Ashok Reddy Soma, Bin Meng, Dario Binacchi, Heiko Schocher,
	Heinrich Schuchardt, Ilias Apalodimas, Marek Behún,
	Michal Simek, Patrick Delaunay, Simon Glass, Stefan Roese,
	T Karthik Reddy, Ying-Chun Liu (PaulLiu)

Hi,

this series is correcting RTC uclass behavior to match RTC aliases to
enable RTC_EMULATION driver with ZYNQMP driver. If DT node is present
ZynqMP RTC is used. If not RTC emaulation is used.

The driver has been tested on Xilinx zcu104 also with booting to Linux to
make sure that U-Boot format match with Linux format.

Thanks,
Michal


Michal Simek (4):
  dm: rtc: uclass: Add flag to control sequence numbering
  cmd: date: rtc: Update command to read the first RTC with seq 0
  rtc: zynqmp: Add support for ZynqMP RTC
  xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver

 MAINTAINERS                          |   1 +
 cmd/date.c                           |   9 +-
 configs/xilinx_zynqmp_virt_defconfig |   2 +
 drivers/rtc/Kconfig                  |   7 ++
 drivers/rtc/Makefile                 |   1 +
 drivers/rtc/rtc-uclass.c             |   1 +
 drivers/rtc/zynqmp_rtc.c             | 158 +++++++++++++++++++++++++++
 7 files changed, 176 insertions(+), 3 deletions(-)
 create mode 100644 drivers/rtc/zynqmp_rtc.c

-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-06  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29 11:36 [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP Michal Simek
2021-07-29 11:36 ` [PATCH 1/4] dm: rtc: uclass: Add flag to control sequence numbering Michal Simek
2021-07-29 11:36 ` [PATCH 2/4] cmd: date: rtc: Update command to read the first RTC with seq 0 Michal Simek
2021-07-29 11:36 ` [PATCH 3/4] rtc: zynqmp: Add support for ZynqMP RTC Michal Simek
2021-07-29 11:36 ` [PATCH 4/4] xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver Michal Simek
2021-08-06  7:34 ` [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox