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, Aug 14, 11:19 AM
Unknown Object (File)
Fri, Aug 14, 6:01 AM
Unknown Object (File)
Wed, Aug 12, 4:07 PM
Unknown Object (File)
Tue, Aug 11, 3:50 PM
Unknown Object (File)
Sun, Aug 9, 12:53 PM
Unknown Object (File)
Sat, Aug 8, 7:20 PM
Unknown Object (File)
Fri, Aug 7, 4:08 PM
Unknown Object (File)
Sun, Aug 2, 3:24 AM
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.