From: Tom Rini Date: Wed, 29 Jul 2026 20:51:17 +0000 (-0600) Subject: Merge patch series "rtc: pcf8563: HYM8563 support and unreliable-time reporting" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c49ce4f1870718321bb502671c2ed0a42fd15e;p=thirdparty%2Fu-boot.git Merge patch series "rtc: pcf8563: HYM8563 support and unreliable-time reporting" Daniel Golle says: The Haoyu HYM8563, found for example on the Radxa ROCK 5B, is a clone of the NXP PCF8563 with an identical timekeeping register layout, but the pcf8563 driver does not match its compatible used in upstream DT. Boards fitted with it end up without DM_RTC and, as a consequence, without usable EFI GetTime and SetTime runtime services. On top of that, when the chip reports that the time may be unreliable after a supply voltage drop, the driver returns a bare -1, which callers interpret as -EPERM rather than as invalid data. This series makes the existing driver serve the HYM8563 and lets callers distinguish an unreliable time from a permission problem. The driver gains the additional compatible string and returns -EINVAL when the voltage-low flag is set, matching the rv3032 driver and the behaviour of the Linux driver for the same chips. Link: https://lore.kernel.org/r/cover.1784423738.git.daniel@makrotopia.org --- 06c49ce4f1870718321bb502671c2ed0a42fd15e