Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153160479
D31023.id93197.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D31023.id93197.diff
View Options
Index: sys/riscv/sifive/sifive_prci.c
===================================================================
--- sys/riscv/sifive/sifive_prci.c
+++ sys/riscv/sifive/sifive_prci.c
@@ -638,5 +638,9 @@
static devclass_t prci_devclass;
+/*
+ * hfclk and rtcclk appear later in the device tree than prci, so we must
+ * attach late.
+ */
EARLY_DRIVER_MODULE(sifive_prci, simplebus, prci_driver, prci_devclass, 0, 0,
- BUS_PASS_BUS);
+ BUS_PASS_BUS + BUS_PASS_ORDER_LATE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 1:15 PM (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31841714
Default Alt Text
D31023.id93197.diff (476 B)
Attached To
Mode
D31023: sifive_prci: Delay attachment until after clk_fixed
Attached
Detach File
Event Timeline
Log In to Comment