arm: rpi2: Fix cpufreq(4)
Since r324184 the root node compatible for rpi2 is "brcm,bcm2836", add it to the compatible list of bcm2835_cpufreq. Tested On: RPI2 v1.1 RPI2 v1.2 Reported by: many on freebsd-arm@
This commit is contained in:
parent
0c19d06405
commit
f362a3985c
@ -126,6 +126,7 @@ static struct ofw_compat_data compat_data[] = {
|
||||
{ "broadcom,bcm2835-vc", 1 },
|
||||
{ "broadcom,bcm2708-vc", 1 },
|
||||
{ "brcm,bcm2709", 1 },
|
||||
{ "brcm,bcm2836", 1 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user