Page MenuHomeFreeBSD

clk_fixed: reduce and clarify messages due to missing clk-frequency
ClosedPublic

Authored by karels on Aug 25 2023, 4:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 23, 10:47 PM
Unknown Object (File)
Feb 10 2025, 8:42 AM
Unknown Object (File)
Feb 4 2025, 2:34 AM
Unknown Object (File)
Feb 4 2025, 12:03 AM
Unknown Object (File)
Feb 3 2025, 8:44 PM
Unknown Object (File)
Jan 21 2025, 2:03 PM
Unknown Object (File)
Nov 14 2024, 3:17 PM
Unknown Object (File)
Oct 24 2024, 3:36 AM
Subscribers

Details

Summary

The current dts for Raspberry 3B+ and 4B have 2 disabled fixed-clock
nodes which have no clock-frequency value. Such nodes are non-standard.
This results in about 150 messages during autoconfiguration:

clk_fixed2: <Fixed clock> disabled on ofwbus0
clk_fixed2: Cannot FDT parameters.
device_attach: clk_fixed2 attach returned 6

Defensively check for clock-frequency in the probe routine, and if
none, return an error with a more direct error message (1 line per
occurrence, 50 lines total):

clk_fixed2: clock-fixed has no clock-frequency

Based on a patch by manu.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable