raspberry pi 4: cpufreq support

The submitter notes that the bcm2835_cpufreq driver really just needs the
rpi4 compat string added to it; powerd subsequently works and the dev.cpu.0
sysctl values look sane and can be successfully manipulated.

Submitted by:	James Mintram <me@jamesrm.com>
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D25349
This commit is contained in:
Kyle Evans 2020-06-20 04:07:58 +00:00
parent c15320b6d9
commit e245e555fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362421

View File

@ -129,6 +129,7 @@ static struct ofw_compat_data compat_data[] = {
{ "brcm,bcm2835", 1 },
{ "brcm,bcm2836", 1 },
{ "brcm,bcm2837", 1 },
{ "brcm,bcm2711", 1 },
{ NULL, 0 }
};