Page MenuHomeFreeBSD

cpufreq_dt: Add interface to support other parse functions for the operating-points table
Needs ReviewPublic

Authored by oskar.holmlund_ohdata.se on Nov 5 2023, 8:51 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Sep 11, 2:14 PM
Unknown Object (File)
Sat, Sep 5, 5:15 AM
Unknown Object (File)
Sat, Aug 29, 11:39 PM
Unknown Object (File)
Wed, Aug 26, 6:47 AM
Unknown Object (File)
Aug 14 2026, 11:19 AM
Unknown Object (File)
Aug 14 2026, 6:01 AM
Unknown Object (File)
Aug 12 2026, 4:07 PM
Unknown Object (File)
Aug 11 2026, 3:50 PM
Subscribers

Details

Summary

rework the cpufreq_dt driver to have the possibility to change parse function for the operating-points nodes.

This change is to enable the TI version, operating-points-v2-ti-cpu.

Test Plan

Need some SBC thats devicetree use the standard operating-points/v2.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/conf/files.arm
90

Does this mean that the ti version of this and this "generic" version are mutually exclusive? If so, isn't that a problem for a generic kernel config?

sys/conf/files.arm
90

Yes, its mutually exclusive.
TI is already out of the GENERIC kernel config ( https://cgit.freebsd.org/src/commit/sys/arm/conf/GENERIC?id=3416e102c4e978a394a604012dae1943c7300a1e ).
Ti will get its own kernel config.