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)
Wed, May 8, 9:53 AM
Unknown Object (File)
Wed, May 8, 9:53 AM
Unknown Object (File)
Wed, May 8, 7:40 AM
Unknown Object (File)
Apr 27 2024, 8:17 AM
Unknown Object (File)
Apr 21 2024, 6:34 PM
Unknown Object (File)
Feb 8 2024, 6:12 PM
Unknown Object (File)
Jan 5 2024, 10:34 PM
Unknown Object (File)
Dec 25 2023, 5:26 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.