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:
Emmanuel Vadot 2017-11-13 18:53:41 +00:00
parent 0c19d06405
commit f362a3985c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325768

View File

@ -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 }
};