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:
parent
c15320b6d9
commit
e245e555fa
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user