Adds the raspberry pi 4 to the compat data
in the bcm2835_cpufreq driver.
Details
Details
- Reviewers
kevans - Commits
- rS362421: raspberry pi 4: cpufreq support
Before this patch running powerd(4) would fail
Afterwards powerd(4) works. Also the output from
sysctl.dev.cpu.0 appears as follows:
dev.cpu.0.temperature: 54.0C
dev.cpu.0.freq_levels: 1500/-1
dev.cpu.0.freq: 1500
dev.cpu.0.%parent: cpulist0
dev.cpu.0.%pnpinfo: name=cpu@0 compat=arm,cortex-a72
dev.cpu.0.%location:
dev.cpu.0.%driver: cpu
dev.cpu.0.%desc: Open Firmware CPU
and the CPU frequency can be controlled via:
sysctl dev.cpu.0.freq=1500
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable