Page MenuHomeFreeBSD

sifive_prci: Delay attachment until after clk_fixed
ClosedPublic

Authored by jrtc27 on Jul 5 2021, 12:02 AM.
Tags
None
Referenced Files
F119221232: D31023.diff
Fri, Jun 6, 1:29 PM
Unknown Object (File)
Fri, Jun 6, 7:02 AM
Unknown Object (File)
Thu, Jun 5, 1:20 PM
Unknown Object (File)
Tue, May 20, 1:59 AM
Unknown Object (File)
May 6 2025, 2:00 AM
Unknown Object (File)
Apr 24 2025, 6:17 PM
Unknown Object (File)
Apr 20 2025, 6:47 PM
Unknown Object (File)
Apr 20 2025, 9:56 AM
Subscribers

Details

Summary

This avoids noisy output from early attempts to attach before clk_fixed
has attached to the parent clocks.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40838
Build 37727: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 5 2021, 9:21 AM

Will that work with BUS_PASS_BUS + BUS_PASS_ORDER_LATE ?
That's usually what we do (i.e. not using direct numbers but only the defines).

In D31023#698207, @manu wrote:

Will that work with BUS_PASS_BUS + BUS_PASS_ORDER_LATE ?
That's usually what we do (i.e. not using direct numbers but only the defines).

Good question, I wrote this a few weeks ago and don't recall whether there was a reason why I didn't do that... I'll try it out and see if that breaks something in later passes.

BUS_PASS_ORDER_LATE works just fine instead of BUS_PASS_ORDER_MIDDLE + 1

This revision now requires review to proceed.Aug 3 2021, 11:42 PM
This revision is now accepted and ready to land.Aug 4 2021, 2:53 PM