mbox series

[0/2] Support RTC on BPI-R2 Pro

Message ID 20220608161150.58919-1-linux@fw-web.de (mailing list archive)
Headers show
Series Support RTC on BPI-R2 Pro | expand

Message

Frank Wunderlich June 8, 2022, 4:11 p.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

This series is updating hym8563 rtc driver and add devicetree nodes
for Bananapi R2 Pro board.

Frank Wunderlich (1):
  arm64: dts: rockchip: add RTC to BPI-R2 Pro

Peter Geis (1):
  rtc: hym8563: try multiple times to init device

 .../boot/dts/rockchip/rk3568-bpi-r2-pro.dts   | 23 +++++++++++++++++++
 drivers/rtc/rtc-hym8563.c                     | 11 +++++++--
 2 files changed, 32 insertions(+), 2 deletions(-)

Comments

Heiko Stuebner June 11, 2022, 3:15 p.m. UTC | #1
On Wed, 8 Jun 2022 18:11:47 +0200, Frank Wunderlich wrote:
> This series is updating hym8563 rtc driver and add devicetree nodes
> for Bananapi R2 Pro board.
> 
> Frank Wunderlich (1):
>   arm64: dts: rockchip: add RTC to BPI-R2 Pro
> 
> Peter Geis (1):
>   rtc: hym8563: try multiple times to init device
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: rockchip: add RTC to BPI-R2 Pro
      commit: efaa0c1378ed800abd1abe0aa51ffd30002efdb4

      I've changed the node name to hym8563: rtc@...

      The node name should be the class of device i.e. rtc in this case.

Best regards,