[roll] Roll fuchsia [time][rtc] Adds a crude retry for RTC detection

The RTC drivers seems to have a race issue where driver init may happen
after a would-be user attempts to read the device.

Since the init is fairly quick, we put in a crude retry to work around
this issue temporarily, until the underlying problem is resolved.

This change can be reverted safely in case it causes startup issues on
devices.

Original-Bug: 348530594
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069936
Original-Revision: d3aef7491e66983cf1990796344f3923025061c0
GitOrigin-RevId: 2b4de81fb248504d4b20ddedc81438e33dae58b0
Change-Id: I8a8cfe37b134e176b59c5d2d25c2ca13d50bf19b
1 file changed
tree: fd921d26e74d580b3af15aa6a13fdc6158c05c43
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.